refactor(hyprland): change exec-start config
This commit is contained in:
parent
61e19b05f2
commit
f09aced113
1 changed files with 14 additions and 7 deletions
|
@ -1,14 +1,21 @@
|
|||
# Executable Startup File for Hyprland
|
||||
#exec-once=uclampset -M 10 waybar
|
||||
exec-once=${XDG_CONFIG_HOME:-~/.config}/dunst/scripts/low-battery.sh
|
||||
|
||||
# Activity Watch
|
||||
exec-once=aw-server
|
||||
exec-once=awatcher
|
||||
exec-once=dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus
|
||||
exec-once=dunst
|
||||
|
||||
# Copy and Paste
|
||||
exec-once=wl-paste -t text --watch clipman store --no-persist
|
||||
|
||||
# Desktop Rice
|
||||
exec-once=eww open bar
|
||||
exec-once=fcitx5
|
||||
exec-once=foot -s
|
||||
exec-once=hyprpaper
|
||||
exec-once=swayidle
|
||||
exec-once=systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once=wl-paste -t text --watch clipman store --no-persist
|
||||
|
||||
# Notifications
|
||||
exec-once=dunst
|
||||
exec-once=${XDG_CONFIG_HOME:-~/.config}/dunst/scripts/low-battery.sh
|
||||
|
||||
# Terminal
|
||||
exec-once=foot -s
|
||||
|
|
Loading…
Reference in a new issue