mod: new files and configs

This commit is contained in:
Strix 2023-10-14 22:38:06 +02:00
parent 3e3329738d
commit 6d60f7ce13
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
3 changed files with 7 additions and 3 deletions

View file

@ -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"

View file

@ -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

View file

@ -1,3 +1,5 @@
curl
vim
zsh
wlogout
kanshi