From f548bca8d6aa337ff673dc2b9f0a30b2f2c512fd Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 28 Jun 2020 23:55:51 +0200 Subject: sway: refactor base config * use new custom 'gui' runlevel to launch kanshi/waybar * remove oguri (for now) --- .config/sway/binds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/sway/binds.conf') diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 40728e5..ea8487e 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -32,7 +32,7 @@ bindsym $mod+Shift+e exec swaynag \ -b 'poweroff' 'daos poweroff' \ -b 'reboot' 'doas reboot' -bindsym $mod+Shift+p exec $HOME/.dotfiles/bin/lock +bindsym $mod+Shift+backspace exec lock bindsym $mod+Shift+s mode "screengrab" mode "screengrab" { @@ -117,7 +117,7 @@ bindsym $mod+Bracketright splith # Make the current focus fullscreen bindsym $mod+f fullscreen -bindsym $mod+Shift+f exec pkill -USR1 waybar +bindsym $mod+Shift+f fullscreen global # Hide the topbar (also gets you more space) bindsym $mod+Shift+t bar mode toggle topbar; default_border pixel -- cgit 1.4.1