From bec38a9f229286cea97d3943873342bf38c4cdbb Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 10 Apr 2020 14:21:14 +0200 Subject: commit: add split, sticky and waybar-reload binds --- .config/sway/binds.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.config/sway/binds.conf') 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" -- cgit 1.4.1