Add wlogout and wlsunset.
This commit is contained in:
@@ -14,7 +14,7 @@ fi
|
||||
# Enable wayland support for firefox
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
# Wayland seems enabled by default for qt5 with qt5-wayland installed
|
||||
# Wayland seems enabled by default for qt5 with qt5-wayland installed but if a proprietary program bundles their own qt then I may have to set QT_QPA_PLATFORM="wayland;xcb"
|
||||
# Wayland does not seem enabled for gtk apps and setting GDK_BACKEND=wayland did not change that.
|
||||
|
||||
exec dbus-launch sway -d &> $HOME/.config/swaylog
|
||||
|
||||
1
ansible/roles/sway/files/sway_config_files/logout.conf
Normal file
1
ansible/roles/sway/files/sway_config_files/logout.conf
Normal file
@@ -0,0 +1 @@
|
||||
bindsym $mod+Backspace exec wlogout
|
||||
@@ -0,0 +1 @@
|
||||
exec wlsunset -l 40.6 -L 73.9
|
||||
Reference in New Issue
Block a user