diff options
| author | Robert Günzler <r@gnzler.io> | 2021-02-22 14:08:27 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:44 +0200 |
| commit | 3719d8bd4db5eb823455c44deef84ca52dd486cb (patch) | |
| tree | 1e5d9fbddda901f6b2d311e638f90912a108ca7b /.config/sway/binds.conf | |
| parent | 1996ef15613f2d4773017128bba1a719a1b63a19 (diff) | |
sway: update
* use 'once' * themeing
Diffstat (limited to '.config/sway/binds.conf')
| -rw-r--r-- | .config/sway/binds.conf | 10 |
1 files changed, 5 insertions, 5 deletions
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 |