diff --git a/files/%HOME/.config/sway/config b/files/%HOME/.config/sway/config index 51a6062..2b78650 100755 --- a/files/%HOME/.config/sway/config +++ b/files/%HOME/.config/sway/config @@ -11,6 +11,7 @@ set $editor gedit font pango:DejaVu Sans Mono 8 #! Startup Applications +exec --no-startup-id kanshi exec --no-startup-id xss-lock --transfer-sleep-lock -- swaylock --nofork exec --no-startup-id gnome-keyring-daemon --start --components=ssh,secrets,pkcs11 exec --no-startup-id nm-applet @@ -193,8 +194,9 @@ bindsym $sup+Shift+0 move container to workspace number $ws10 bindsym $sup+Shift+c reload # restart sway inplace (preserves your layout/session, can be used to upgrade sway) bindsym $sup+Shift+r restart -# exit sway (logs you out of your X session) -bindsym $sup+Shift+e exec "swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your X session.' -B 'Yes, exit sway' 'sway exit'" +# exit sway (logs you out of your wayland session) +#bindsym $sup+Shift+e exec "swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your X session.' -B 'Yes, exit sway' 'sway exit'" +bindsym $sup+Shift+e exec wlogout # edit config bindsym $sup+Shift+Alt+c exec "$editor ~/.config/sway/config" diff --git a/files/%HOME/.zshrc b/files/%HOME/.zshrc index 4dc2718..431f59c 100644 --- a/files/%HOME/.zshrc +++ b/files/%HOME/.zshrc @@ -21,7 +21,7 @@ alias bl="sudo light -S" alias kssh="kitty +kitten ssh" alias get_idf='. $HOME/esp/esp-idf/export.sh' alias get_rust='. $HOME/.cargo/env' -alias s="title $HOST && cmatrix -s && clear" +alias s="title $HOST && cmatrix -rs && clear" # COSMETICS if [ $_ZSH_PREF_NO_PFETCH != 1 ]; then pfetch; fi diff --git a/package.list b/package.list index bbecb9e..10f9aee 100644 --- a/package.list +++ b/package.list @@ -1,3 +1,5 @@ curl vim zsh +wlogout +kanshi