Adjust autostart processes

- Remove waybar from Hyprland autostart (use systemd user service instead)
- Remove dunst from Hyprland autostart (D-Bus auto launches it)
- Add uwsm provided fumon to autostart
This commit is contained in:
Sravan Balaji
2025-04-29 20:23:55 -04:00
parent e1f1103325
commit 76e921525a
2 changed files with 2 additions and 11 deletions

View File

@@ -9,7 +9,6 @@
- [[#monitors][Monitors]]
- [[#variables][Variables]]
- [[#autostart][Autostart]]
- [[#status-bar][Status Bar]]
- [[#background-processes][Background Processes]]
- [[#display--compositor-setup][Display / Compositor Setup]]
- [[#applications][Applications]]
@@ -135,17 +134,11 @@ exec-once = uwsm app -- mycommand --arg1 --arg2
bind = SUPER, E, exec, uwsm app -- pcmanfm-qt.desktop
#+END_EXAMPLE
*** Status Bar
#+BEGIN_SRC conf :tangle hyprland.conf
exec-once = uwsm app -- waybar --config $HOME/.config/hypr/waybar/config.jsonc --style $HOME/.config/hypr/waybar/style.css &
#+END_SRC
*** Background Processes
#+BEGIN_SRC conf :tangle hyprland.conf
exec-once = uwsm app -- fumon &
exec-once = uwsm app -- kdeconnectd --replace &
exec-once = uwsm app -- $HOME/.scripts/dunst.sh --on &
exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
#+END_SRC

View File

@@ -4,10 +4,8 @@ $terminal = foot
$fileManager = thunar
$menu = rofi -show combi -run-command "uwsm app -- {cmd}"
exec-once = uwsm app -- waybar --config $HOME/.config/hypr/waybar/config.jsonc --style $HOME/.config/hypr/waybar/style.css &
exec-once = uwsm app -- fumon &
exec-once = uwsm app -- kdeconnectd --replace &
exec-once = uwsm app -- $HOME/.scripts/dunst.sh --on &
exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
exec-once = uwsm app -- wl-paste --type image --watch cliphist store &