summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-06-01 18:25:03 +0200
committerRobert Günzler <r@gnzler.io>2020-06-01 18:32:20 +0200
commite630a1ab19c967e9ca8ab9f3015206e09a7aa397 (patch)
treeb262d15b9bbe350a095c951bce99eb5101ac471b /.config
parent1d4df887554f31282af865d8fbf2a342d13055d7 (diff)
sway: add new binds
Diffstat (limited to '.config')
-rw-r--r--.config/sway/binds.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf
index 7ad9f2d..81e3e39 100644
--- a/.config/sway/binds.conf
+++ b/.config/sway/binds.conf
@@ -1,16 +1,17 @@
 # vim: ft=i3
 
 # Basics {{{
-# start a terminal
 bindsym $mod+Return exec $term
 bindsym $mod+Shift+Return exec $floating_term
+bindsym $mod+b exec pkill -USR1 waybar
+bindsym $mod+w exec firefox
 
 # kill focused window
 bindsym $mod+Shift+q kill
 
 # start your launcher
-bindsym $mod+d exec $menu
-bindsym $mod+o exec $run_menu
+bindsym $mod+d exec $run_menu
+bindsym $mod+Shift+d exec $menu
 
 # Drag floating windows by holding down $mod and left mouse button.
 # Resize them with right mouse button + $mod.
@@ -38,6 +39,7 @@ bindsym Escape mode "default"
 }
 
 bindsym $mod+Shift+b border toggle
+bindsym $mod+Shift+r output - transform 90 clockwise
 
 bindsym $mod+a exec soundswitch
 # }}}
@@ -194,7 +196,7 @@ mode "gaps" {
     bindsym Return mode "default"
     bindsym Escape mode "default"
 }
-bindsym $mod+Alt+g mode "gaps"
+bindsym $mod+Shift+g mode "gaps"
 # }}}
 
 # Misc {{{