aboutsummaryrefslogtreecommitdiff
path: root/hypr/configs/autostart.lua
blob: 00b2099723036d89763fab9b086e01324083f946 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)