1
0
Fork 0

sway: remove “swaynag” and “swaylock”

Remove keybindings for “swaynag” and “swaylock” from Sway configuration.
This commit is contained in:
coderkun 2020-07-04 12:45:28 +02:00
parent 8d215d604d
commit db8d5ff349

View file

@ -6,7 +6,6 @@ set $up 46
set $right 47
set $term termite
set $menu j4-dmenu-desktop --dmenu="bemenu -i -l 10 --fn \"Dejavu Sans Mono\" 10" --no-generic --term=termite --usage-log="$HOME/.cache/j4-dmenu-desktop.log"
set $locker swaylock -f -s center -i "~/.config/sway/lockscreen.png"
### Font
font pango:DejaVu Sans Mono 9
@ -17,7 +16,6 @@ bindsym $mod+Return exec $term
bindcode $mod+Shift+24 kill
bindcode $mod+40 exec $menu
bindcode $mod+Shift+27 reload
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
floating_modifier $mod normal
# Moving around
bindcode $mod+$left focus left