reorder hyprland configs and use var to store config dir path
This commit is contained in:
parent
d16efda58f
commit
f558e4ff10
5 changed files with 171 additions and 19 deletions
21
hypr/hyprland/execs.conf
Normal file
21
hypr/hyprland/execs.conf
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Notification Daemon
|
||||
exec-once = bash ~/.config/hypr/scripts/start-swaync.sh
|
||||
# Idle Daemon
|
||||
exec-once = hypridle
|
||||
# Status-bar
|
||||
# exec-once = bash ~/.config/hypr/scripts/start-waybar.sh
|
||||
exec-once = bash ~/dotfiles/hypr/scripts/run-ags.sh
|
||||
# Emotes
|
||||
exec-once = emote
|
||||
# Wallpaper Daemon
|
||||
exec-once = swww-daemon
|
||||
|
||||
exec-once = [workspace 1 silent] thunderbird
|
||||
exec-once = [workspace 1 silent] proton-mail --password-store="gnome-libsecret"
|
||||
exec-once = [workspace 2 silent] discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
exec-once = [workspace 2 silent] signal-desktop --password-store="gnome-libsecret"
|
||||
exec-once = [workspace 3 silent] zen-browser
|
||||
exec-once = [workspace 4 silent] kitty
|
||||
exec-once = [workspace special:terminal silent] kitty
|
||||
exec-once = [workspace special:music silent] deezer --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue