From 6d11d02286900864836f4a51d446f600c2454cbb Mon Sep 17 00:00:00 2001 From: John Mertz Date: Mon, 5 Sep 2022 13:50:54 -0400 Subject: [PATCH] Merge branch 'master' of ssh://git@git.john.me.tz:223/jpm/.dotfiles.git --- sway/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sway/config b/sway/config index 7b4211dfe..81cc84f91 100755 --- a/sway/config +++ b/sway/config @@ -23,11 +23,11 @@ input 1133:49291:Logitech_G502_HERO_SE pointer_accel -0.966 # When using a 2-button mouse, simulate button 3 with simultaneous press input * middle_emulation enable -# Hide cursor after 1 second -seat seat0 hide_cursor 1000 +# Hide cursor after 5 seconds +seat seat0 hide_cursor 5000 # Disable mouse as trigger to wake from idle -seat * idle_wake keyboard switch +#seat * idle_wake keyboard switch ################################################################################ # Appearance @@ -111,5 +111,6 @@ exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CU exec dbus-update-activation-environment 2>/dev/null && \ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP exec systemctl --user start xdg-desktop-portal-wlr.service +exec systemctl --user start wallpapers.service include $HOME/.dotfiles/sway/autostart