summary refs log tree commit diff
path: root/.config/sway/binds.conf
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-04-10 14:21:14 +0200
committerRobert Günzler <r@gnzler.io>2020-04-10 14:24:10 +0200
commitbec38a9f229286cea97d3943873342bf38c4cdbb (patch)
tree22f025e8586aea2995f94fdc2e9fe6f2a414e7b3 /.config/sway/binds.conf
parenta1ea1d579ec99d6202dc43ba04f3e60e3c14f5a4 (diff)
commit: add split, sticky and waybar-reload binds
Diffstat (limited to '')
-rw-r--r--.config/sway/binds.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf
index ccbcfa8..6a9120f 100644
--- a/.config/sway/binds.conf
+++ b/.config/sway/binds.conf
@@ -102,11 +102,14 @@ bindsym $mod+Ctrl+$right move workspace to output right
 # }}}
 
 # Layout stuff {{{
-bindsym $mod+Alt+v splith
-bindsym $mod+Alt+h splitv
+bindsym $mod+Minus splitv
+bindsym $mod+Bracketleft splitv
+bindsym $mod+Backslash splith
+bindsym $mod+Bracketright splith
 
 # Make the current focus fullscreen
 bindsym $mod+f fullscreen
+bindsym $mod+Shift+f exec pkill -USR1 waybar
 # Hide the topbar (also gets you more space)
 bindsym $mod+Shift+t bar mode toggle topbar; default_border pixel
 
@@ -127,7 +130,7 @@ mode "layout" {
     
     # make a sticky container
     bindsym t sticky toggle; mode "default"; exec notify-send "container sticky'd"
-    bindsym Shift+t sticky enable; resize set 853; move position 1695 px -300 px; mode "default"
+    bindsym Shift+t floating enable; sticky enable; resize set 853; move position 1695 px -300 px; mode "default"
 
     # return to default mode
     bindsym Return mode "default"