diff options
Diffstat (limited to 'files/sway')
| -rw-r--r-- | files/sway/config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/files/sway/config b/files/sway/config index 3ec0052..93327b2 100644 --- a/files/sway/config +++ b/files/sway/config @@ -15,6 +15,8 @@ default_border normal 1 titlebar_border_thickness 1 titlebar_padding 4 3 +#mouse_warping container + floating_modifier $mod1 normal bindsym $mod1+Shift+q kill @@ -100,8 +102,10 @@ client.urgent $urgent $urgent $fg $urgent $urgent client.placeholder $bg $bg $fg $bg $bg client.background $bg -exec dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK +#seat * hide_cursor when-typing enable exec_always swaymsg 'seat * hide_cursor 4000' + +exec dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK MAIN_MONITOR exec swayidle -w \ timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' exec mako |