diff options
Diffstat (limited to 'hypr/configs/autostart.lua')
| -rw-r--r-- | hypr/configs/autostart.lua | 12 |
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) |