From 76e921525a32a62e75871062aff4aefa46164ac8 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 29 Apr 2025 20:23:55 -0400 Subject: [PATCH] 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 --- README.org | 9 +-------- hyprland.conf | 4 +--- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/README.org b/README.org index b42656c..fe364a1 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/hyprland.conf b/hyprland.conf index ffc0204..997d2dd 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -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 &