replaced hyprland config with lua
This commit is contained in:
17
hypr/hyprland/autostart.lua
Normal file
17
hypr/hyprland/autostart.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
--▄████▄ ██ ██ ██████ ▄████▄ ▄█████ ██████ ▄████▄ █████▄ ██████
|
||||
--██▄▄██ ██ ██ ██ ██ ██ ▀▀▀▄▄▄ ██ ██▄▄██ ██▄▄██▄ ██
|
||||
--██ ██ ▀████▀ ██ ▀████▀ █████▀ ██ ██ ██ ██ ██ ██
|
||||
|
||||
hl.on("hyprland.start", function()
|
||||
hl.exec_cmd("wl-paste --type text --watch cliphist store")
|
||||
hl.exec_cmd("wl-paste --type image --watch cliphist store")
|
||||
-- hl.exec_cmd("waybar & disown")
|
||||
hl.exec_cmd("librewolf")
|
||||
hl.exec_cmd("swaync")
|
||||
hl.exec_cmd("hypridle")
|
||||
hl.exec_cmd("seventeenlands")
|
||||
hl.exec_cmd("signal-desktop")
|
||||
hl.exec_cmd("discord")
|
||||
hl.exec_cmd("thunderbird")
|
||||
-- hl.exec_cmd("hyprctl dispatch exec \"[workspace 5 silent] steam\"")
|
||||
end)
|
||||
Reference in New Issue
Block a user