updates hyprland configs
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user