Merge branch 'master' of ssh://git@git.john.me.tz:223/jpm/.dotfiles.git
This commit is contained in:
parent
7d1013916f
commit
6d11d02286
|
@ -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
|
# When using a 2-button mouse, simulate button 3 with simultaneous press
|
||||||
input * middle_emulation enable
|
input * middle_emulation enable
|
||||||
|
|
||||||
# Hide cursor after 1 second
|
# Hide cursor after 5 seconds
|
||||||
seat seat0 hide_cursor 1000
|
seat seat0 hide_cursor 5000
|
||||||
|
|
||||||
# Disable mouse as trigger to wake from idle
|
# Disable mouse as trigger to wake from idle
|
||||||
seat * idle_wake keyboard switch
|
#seat * idle_wake keyboard switch
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Appearance
|
# Appearance
|
||||||
|
@ -111,5 +111,6 @@ exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CU
|
||||||
exec dbus-update-activation-environment 2>/dev/null && \
|
exec dbus-update-activation-environment 2>/dev/null && \
|
||||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
|
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 xdg-desktop-portal-wlr.service
|
||||||
|
exec systemctl --user start wallpapers.service
|
||||||
|
|
||||||
include $HOME/.dotfiles/sway/autostart
|
include $HOME/.dotfiles/sway/autostart
|
||||||
|
|
Loading…
Reference in New Issue