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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue