mod: new files and configs
This commit is contained in:
parent
3e3329738d
commit
6d60f7ce13
3 changed files with 7 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
curl
|
||||
vim
|
||||
zsh
|
||||
wlogout
|
||||
kanshi
|
||||
|
|
Loading…
Reference in a new issue