updates hyprland configs

This commit is contained in:
2026-08-06 17:42:53 +02:00
parent 7d08cb7344
commit aa1eb88a13
33 changed files with 771 additions and 24 deletions
+5 -1
View File
@@ -13,10 +13,14 @@ hl.on("hyprland.start", function()
hl.exec_cmd('gsettings set org.gnome.desktop.interface cursor-theme "Volantes Cursors"')
hl.exec_cmd('gsettings set org.gnome.desktop.interface font-name "Fira Sans Semi-Bold 11"')
hl.exec_cmd('"gsettings set org.gnome.desktop.interface color-scheme "prefer_dark"')
hl.exec_cmd('hyprctl setcursor "Volantes Cursors"')
hl.exec_cmd("systemctl --user start hyprpolkitagent")
hl.exec_cmd("snappy-switcher --daemon &")
hl.exec_cmd("ibus start --type wayland &")
hl.exec_cmd("hyprpaper &")
hl.exec_cmd("waybar &")
hl.exec_cmd("dunst &")
hl.exec_cmd("discord &")
hl.exec_cmd("vesktop &")
hl.exec_cmd("Applications/scriptlauncher-linux-1.9.0_aaee5214782c168936494cc4997ef7ca.AppImage &")
end)