2021-11-17 16:32:18 +01:00
|
|
|
|
|
|
|
bindsym Mod4+shift+e exec swaynag -t warning -m 'What would you like to do?' -b 'Poweroff' 'systemctl poweroff' -b 'Reboot' 'systemctl reboot'
|
|
|
|
|
2021-12-18 16:23:14 +01:00
|
|
|
set $gnome-schema org.gnome.desktop.interface
|
|
|
|
|
|
|
|
exec_always {
|
|
|
|
gsettings set $gnome-schema gtk-theme 'Arc-Dark'
|
|
|
|
gsettings set $gnome-schema icon-theme 'Papirus-Dark'
|
|
|
|
gsettings set $gnome-schema cursor-theme 'Quintom_Ink'
|
|
|
|
gsettings set $gnome-schema font-name 'Recursive Sans Casual Static Medium'
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-11-17 16:32:18 +01:00
|
|
|
include /etc/sway/config.d/*
|