first commit
This commit is contained in:
commit
38a53acd48
47 changed files with 3916 additions and 0 deletions
12
.config/hypr/scripts/autostart.sh
Executable file
12
.config/hypr/scripts/autostart.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This script is launched on every hyprland startup
|
||||
# Please note that it is intended for desktop related programs ONLY, as it will be called every time you reload the desktop
|
||||
# If you want to add your own applications you may rather want to use exec-once in the environment.conf file
|
||||
|
||||
hyprpaper &
|
||||
hyprpm reload -nn &
|
||||
albert &
|
||||
swaync &
|
||||
systemctl --user start hyprpolkitagent &
|
||||
~/.config/hypr/scripts/restore-waybar.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue