add lua-based config set
This commit is contained in:
10
startup.lua
Normal file
10
startup.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
hl.on("hyprland.start", function()
|
||||
hl.exec_cmd(terminal)
|
||||
hl.exec_cmd("gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'")
|
||||
hl.exec_cmd("waybar")
|
||||
hl.exec_cmd("swww --transition-type none")
|
||||
hl.exec_cmd("fcitx5")
|
||||
hl.exec_cmd("waypaper --restore")
|
||||
hl.exec_cmd("wl-paste -p --watch wl-copy -p -c")
|
||||
hl.dsp.focus({ workspace = 1 })
|
||||
end)
|
||||
Reference in New Issue
Block a user