aboutsummaryrefslogtreecommitdiff
path: root/hypr/configs/autostart.lua
diff options
context:
space:
mode:
authorBlaster4385 <[email protected]>2026-05-15 23:28:20 +0530
committerBlaster4385 <[email protected]>2026-05-18 16:52:47 +0530
commitf826256c010c0e5c8c2bd64adb1fae1c3f399717 (patch)
tree194e7c15f0903b073d2db3dcae6aa09651341a85 /hypr/configs/autostart.lua
parent8b254a730b26a40ef2d2ccf0881075a6719b6712 (diff)
feat: migrate hyprland config to luaHEADmain
Diffstat (limited to 'hypr/configs/autostart.lua')
-rw-r--r--hypr/configs/autostart.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/hypr/configs/autostart.lua b/hypr/configs/autostart.lua
new file mode 100644
index 0000000..00b2099
--- /dev/null
+++ b/hypr/configs/autostart.lua
@@ -0,0 +1,12 @@
+hl.on("hyprland.start", function()
+ hl.exec_cmd("uwsm app -- nm-applet &")
+ hl.exec_cmd("uwsm app -- /usr/bin/openrgb -p MyProfile1")
+ hl.exec_cmd("uwsm app -- easyeffects --gapplication-service &")
+ hl.exec_cmd("uwsm app -- /home/venkatesh/.scripts/wallpaper.sh /home/venkatesh/Pictures/Wallpapers 60")
+ hl.exec_cmd("uwsm app -- hypridle")
+ hl.exec_cmd("uwsm app -- hyprpm reload -n")
+ hl.exec_cmd("uwsm app -- wl-paste --watch cliphist store &")
+ hl.exec_cmd("uwsm app -- zmk-battman &")
+ hl.exec_cmd("uwsm app -- ~/.config/waybar/launch.sh")
+ hl.exec_cmd("xrandr --output HDMI-A-1 --primary")
+end)