mod: new files and configs

This commit is contained in:
Didier Slof 2023-01-18 07:43:13 +01:00
parent 04401a9893
commit f9a3b13bfe
Signed by: didier
GPG key ID: 01E71F18AA4398E5
3 changed files with 7 additions and 3 deletions

View file

@ -11,6 +11,7 @@ set $editor gedit
font pango:DejaVu Sans Mono 8 font pango:DejaVu Sans Mono 8
#! Startup Applications #! Startup Applications
exec --no-startup-id kanshi
exec --no-startup-id xss-lock --transfer-sleep-lock -- swaylock --nofork 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 gnome-keyring-daemon --start --components=ssh,secrets,pkcs11
exec --no-startup-id nm-applet 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 bindsym $sup+Shift+c reload
# restart sway inplace (preserves your layout/session, can be used to upgrade sway) # restart sway inplace (preserves your layout/session, can be used to upgrade sway)
bindsym $sup+Shift+r restart bindsym $sup+Shift+r restart
# exit sway (logs you out of your X session) # 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 "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 # edit config
bindsym $sup+Shift+Alt+c exec "$editor ~/.config/sway/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 kssh="kitty +kitten ssh"
alias get_idf='. $HOME/esp/esp-idf/export.sh' alias get_idf='. $HOME/esp/esp-idf/export.sh'
alias get_rust='. $HOME/.cargo/env' alias get_rust='. $HOME/.cargo/env'
alias s="title $HOST && cmatrix -s && clear" alias s="title $HOST && cmatrix -rs && clear"
# COSMETICS # COSMETICS
if [ $_ZSH_PREF_NO_PFETCH != 1 ]; then pfetch; fi if [ $_ZSH_PREF_NO_PFETCH != 1 ]; then pfetch; fi

View file

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