Compare commits
5 commits
3f34e58a84
...
0ff07ffde9
Author | SHA1 | Date | |
---|---|---|---|
0ff07ffde9 | |||
ba1a15b953 | |||
a71dd12124 | |||
00b092d396 | |||
091ebc9424 |
5 changed files with 32 additions and 6 deletions
|
@ -26,6 +26,7 @@ input "0:0:TUXEDO_Keyboard" xkb_layout de
|
|||
|
||||
output * bg $wallpaper fill
|
||||
output "BenQ Corporation BenQ SW2700 83H03922SL0" res --custom 2560x1440@60Hz
|
||||
output "Dell Inc. Dell U4919DW HZVZWP2" res 5120x1440
|
||||
|
||||
# user keybinds
|
||||
bindsym $mod+Return exec $term
|
||||
|
@ -38,6 +39,8 @@ bindsym $mod+o exec keepassxc
|
|||
bindsym $mod+z exec $lock
|
||||
bindsym $mod+Up exec light -A 5
|
||||
bindsym $mod+Down exec light -U 5
|
||||
bindsym $mod+c exec alacritty --class float -t pyCalc -e python
|
||||
bindsym $mod+i exec alacritty --class float -t insect -e insect
|
||||
bindsym Print exec grim -g "$(slurp)" - | wl-copy -t image/png
|
||||
bindswitch --reload --locked lid:on output eDP-1 disable
|
||||
bindswitch --reload --locked lid:off output eDP-1 enable
|
||||
|
@ -46,6 +49,8 @@ bindswitch --reload --locked lid:off output eDP-1 enable
|
|||
for_window [app_id="org.keepassxc.KeePassXC"] floating enable
|
||||
for_window [title="Firefox — Sharing Indicator"] floating enable
|
||||
for_window [title="Picture-in-Picture"] floating enable
|
||||
for_window [title="pyCalc"] floating enable
|
||||
for_window [title="insect"] floating enable
|
||||
|
||||
# font
|
||||
font Cascadia Code 10
|
||||
|
@ -149,12 +154,6 @@ bar {
|
|||
|
||||
include /etc/sway/config.d/*
|
||||
|
||||
exec mako --border-color=#cc6666 \
|
||||
--background-color=#2d2a2eee
|
||||
exec emacs --daemon
|
||||
exec swayidle before-sleep "$lock"
|
||||
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
exec_always {
|
||||
gsettings set $gnome-schema gtk-theme 'Arc-Dark'
|
||||
|
@ -162,6 +161,12 @@ exec_always {
|
|||
gsettings set $gnome-schema cursor-theme 'Capitaine Cursors - White'
|
||||
}
|
||||
|
||||
# autostarts
|
||||
exec mako --border-color=#cc6666 \
|
||||
--background-color=#2d2a2eee
|
||||
exec emacs --daemon
|
||||
exec swayidle before-sleep "$lock"
|
||||
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||
|
||||
# pastebin
|
||||
exec wl-paste --primary -t text --watch clipman store
|
||||
|
|
|
@ -8,6 +8,7 @@ in {
|
|||
dnsutils
|
||||
dogdns
|
||||
k9s
|
||||
kind
|
||||
kubectl
|
||||
kubeseal
|
||||
pwgen
|
||||
|
|
|
@ -146,4 +146,19 @@ in {
|
|||
frequent = 8;
|
||||
monthly = 6;
|
||||
};
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
extraLocaleSettings = {
|
||||
LC_TIME = "de_DE.UTF-8";
|
||||
LC_NUMERIC = "de_DE.UTF-8";
|
||||
LC_PAPER = "de_DE.UTF-8";
|
||||
LC_MONETARY = "de_DE.UTF-8";
|
||||
LC_MEASUREMENT = "de_DE.UTF-8";
|
||||
LC_NAME = "de_DE.UTF-8";
|
||||
LC_TELEPHONE = "de_DE.UTF-8";
|
||||
LC_IDENTIFICATION = "de_DE.UTF-8";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -121,6 +121,7 @@ in {
|
|||
mpv
|
||||
mumble
|
||||
neofetch
|
||||
nodePackages.insect
|
||||
pavucontrol
|
||||
pcmanfm
|
||||
pulseeffects-pw
|
||||
|
|
|
@ -13,8 +13,12 @@ in {
|
|||
|
||||
networking.extraHosts = ''
|
||||
10.100.7.11 mon.netzmarkt.de
|
||||
85.10.233.162 live.bonedo.de
|
||||
|
||||
172.20.0.2 hubble.kind
|
||||
172.20.0.2 dashboard.kind
|
||||
172.20.0.2 grafana.kind
|
||||
172.20.0.2 alert.kind
|
||||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue