Compare commits
No commits in common. "0ff07ffde9adabcc134a23e8c97820be4c9ae585" and "3f34e58a846ca8baa26e16137e2cf62a5ff256c6" have entirely different histories.
0ff07ffde9
...
3f34e58a84
5 changed files with 6 additions and 32 deletions
|
@ -26,7 +26,6 @@ input "0:0:TUXEDO_Keyboard" xkb_layout de
|
||||||
|
|
||||||
output * bg $wallpaper fill
|
output * bg $wallpaper fill
|
||||||
output "BenQ Corporation BenQ SW2700 83H03922SL0" res --custom 2560x1440@60Hz
|
output "BenQ Corporation BenQ SW2700 83H03922SL0" res --custom 2560x1440@60Hz
|
||||||
output "Dell Inc. Dell U4919DW HZVZWP2" res 5120x1440
|
|
||||||
|
|
||||||
# user keybinds
|
# user keybinds
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
@ -39,8 +38,6 @@ bindsym $mod+o exec keepassxc
|
||||||
bindsym $mod+z exec $lock
|
bindsym $mod+z exec $lock
|
||||||
bindsym $mod+Up exec light -A 5
|
bindsym $mod+Up exec light -A 5
|
||||||
bindsym $mod+Down exec light -U 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
|
bindsym Print exec grim -g "$(slurp)" - | wl-copy -t image/png
|
||||||
bindswitch --reload --locked lid:on output eDP-1 disable
|
bindswitch --reload --locked lid:on output eDP-1 disable
|
||||||
bindswitch --reload --locked lid:off output eDP-1 enable
|
bindswitch --reload --locked lid:off output eDP-1 enable
|
||||||
|
@ -49,8 +46,6 @@ bindswitch --reload --locked lid:off output eDP-1 enable
|
||||||
for_window [app_id="org.keepassxc.KeePassXC"] floating enable
|
for_window [app_id="org.keepassxc.KeePassXC"] floating enable
|
||||||
for_window [title="Firefox — Sharing Indicator"] floating enable
|
for_window [title="Firefox — Sharing Indicator"] floating enable
|
||||||
for_window [title="Picture-in-Picture"] floating enable
|
for_window [title="Picture-in-Picture"] floating enable
|
||||||
for_window [title="pyCalc"] floating enable
|
|
||||||
for_window [title="insect"] floating enable
|
|
||||||
|
|
||||||
# font
|
# font
|
||||||
font Cascadia Code 10
|
font Cascadia Code 10
|
||||||
|
@ -154,6 +149,12 @@ bar {
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
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
|
set $gnome-schema org.gnome.desktop.interface
|
||||||
exec_always {
|
exec_always {
|
||||||
gsettings set $gnome-schema gtk-theme 'Arc-Dark'
|
gsettings set $gnome-schema gtk-theme 'Arc-Dark'
|
||||||
|
@ -161,12 +162,6 @@ exec_always {
|
||||||
gsettings set $gnome-schema cursor-theme 'Capitaine Cursors - White'
|
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
|
# pastebin
|
||||||
exec wl-paste --primary -t text --watch clipman store
|
exec wl-paste --primary -t text --watch clipman store
|
||||||
|
|
|
@ -8,7 +8,6 @@ in {
|
||||||
dnsutils
|
dnsutils
|
||||||
dogdns
|
dogdns
|
||||||
k9s
|
k9s
|
||||||
kind
|
|
||||||
kubectl
|
kubectl
|
||||||
kubeseal
|
kubeseal
|
||||||
pwgen
|
pwgen
|
||||||
|
|
|
@ -146,19 +146,4 @@ in {
|
||||||
frequent = 8;
|
frequent = 8;
|
||||||
monthly = 6;
|
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,7 +121,6 @@ in {
|
||||||
mpv
|
mpv
|
||||||
mumble
|
mumble
|
||||||
neofetch
|
neofetch
|
||||||
nodePackages.insect
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pcmanfm
|
pcmanfm
|
||||||
pulseeffects-pw
|
pulseeffects-pw
|
||||||
|
|
|
@ -13,12 +13,8 @@ in {
|
||||||
|
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
10.100.7.11 mon.netzmarkt.de
|
10.100.7.11 mon.netzmarkt.de
|
||||||
85.10.233.162 live.bonedo.de
|
|
||||||
|
|
||||||
172.20.0.2 hubble.kind
|
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue