commit: 26533f08cdd2f57af66efd0aae2712bf716b4932
parent 7fe00d698172f3a1d07a402e83e02756358aa1f5
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 1 Dec 2020 23:06:51 +0100
sway: fix syntax, remove cage wrap, stacking by default
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -13,7 +13,7 @@ set $menu dmenu_path | bemenu | xargs swaymsg exec --
exec swayidle -w \
timeout 30 'swaymsg output * dpms off' \
resume 'swaymsg output * dpms on' \
- timeout 60 locker
+ timeout 60 locker \
timeout 80 memsys
# Keybindings
@@ -53,12 +53,11 @@ input 1149:4130:Kensington_USB_Orbit scroll_button button2
bindsym $mod+Shift+p exec exec passmenu
bindsym $mod+p exec $menu
-bindsym $mod+Return exec $uiwrap
-bindsym $mod+Shift+Return exec $term
+bindsym $mod+Return exec $term
bindsym $mod+Shift+c kill
bindsym $mod+space layout toggle all
-bindsym $mod+Shift+space layout default
+bindsym $mod+Shift+space layout stacking
# Sway non-XMonad bindings
floating_modifier $mod normal