commit: 5757877629362b7a6342733ae0f3572e8dce1707
parent bdcc11b31e7a86e35007cad462ea7859959d6f9d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 19 Dec 2020 06:54:30 +0100
sway: disable dwt, remove auto-moves, enable resize mode, float move
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -49,6 +49,8 @@ bindsym $mod+Shift+e move window to output right
input 1149:4130:Kensington_USB_Orbit middle_emulation enabled
input 1149:4130:Kensington_USB_Orbit scroll_button button2
+# Fucks with games
+input * dwt disabled
bindsym $mod+Shift+p exec exec passmenu
bindsym $mod+p exec $menu
@@ -59,8 +61,8 @@ bindsym $mod+Shift+c kill
bindsym $mod+space layout toggle all
bindsym $mod+Shift+space layout stacking
-# Sway non-XMonad bindings
floating_modifier $mod normal
+tiling_drag enable
# Move your focus around
bindsym $mod+$left focus left
@@ -116,7 +118,7 @@ mode "resize" {
bindsym Return mode "default"
bindsym Escape mode "default"
}
-#bindsym $mod+r mode "resize"
+bindsym $mod+r mode "resize"
bar {
swaybar_command waybar
@@ -134,9 +136,7 @@ exec_always swaymsg font "monospace 0"
titlebar_border_thickness 0
titlebar_padding 0
-# == custom XMonad stuff ==
-for_window [app_id="badwolf"] move workspace 2
-for_window [app_id="firefox"] move workspace 2
+for_window [title=".*"] title_format %title [%pid] (%class, %instance, %shell)
for_window [app_id="mpv"] move workspace 3
# Make sure XKB_DEFAULT_* stuff is used