hyprland: add key for closing window and toggling theme

This commit is contained in:
2024-02-17 21:49:12 +01:00
parent 253baf505e
commit cfec54cc6c
2 changed files with 3 additions and 0 deletions

View File

@ -31,4 +31,5 @@ fi
if [ -f ~/.config/xsettingsd/xsettingsd.conf ]; then
sed -i -E "s#(Net/ThemeName) .*#\\1 \"${GTK_THEME}\"#" ~/.config/xsettingsd/xsettingsd.conf
pkill -HUP -x xsettingsd
gsettings set org.gnome.desktop.interface gtk-theme "${GTK_THEME}"
fi