From 3719d8bd4db5eb823455c44deef84ca52dd486cb Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 22 Feb 2021 14:08:27 +0100 Subject: sway: update * use 'once' * themeing --- .config/sway/binds.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/sway/binds.conf') diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 838c78e..193ccd1 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -1,11 +1,11 @@ # vim: ft=i3config # Basics {{{ -bindsym $mod+Return exec swx -a $term +bindsym $mod+Return exec $term bindsym $mod+Shift+Return exec $floating_term -bindsym $mod+b exec pkill -USR1 waybar -bindsym $mod+w exec $firefox -bindsym $mod+Shift+w exec $firefox --private-window +# bindsym $mod+b exec pkill -USR1 waybar +# bindsym $mod+w exec $firefox +# bindsym $mod+Shift+w exec $firefox --private-window # kill focused window bindsym $mod+Shift+q kill @@ -240,7 +240,7 @@ bindsym XF86AudioPrev exec playerctl -p playerctld previous bindsym XF86WakeUp exec true # switch video mode -bindsym XF86Display exec sh -c 'killall kanshi; exec kanshi' +bindsym XF86Display exec once -K kanshi; exec once kanshi # config bindsym XF86Tools exec true # keyboard -- cgit 1.4.1