diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 12:16:09 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 12:16:09 +0900 |
| commit | 281916bed4e04f30846b39ec8e963b8adf564c72 (patch) | |
| tree | 716bdd595f08078af88194393927997805ff9286 /config/hypr | |
| parent | 8e30578d6c64cb8da075d6edf47ee908632a0963 (diff) | |
updated
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index e41a7ecb..e5fa2bae 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -1,5 +1,5 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # -#Commands & Apps to be executed at launch +# Commands and Apps to be executed at launch $scriptsDir = $HOME/.config/hypr/scripts $UserScripts = $HOME/.config/hypr/UserScripts @@ -20,22 +20,22 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK exec-once = $scriptsDir/Polkit.sh # starup apps -exec-once = waybar & -exec-once = nm-applet --indicator & -exec-once = swaync & -#exec-once = ags & -#exec-once = blueman-applet & -#exec-once = rog-control-center & +exec-once = nm-applet --indicator +exec-once = swaync +#exec-once = ags +#exec-once = blueman-applet +#exec-once = rog-control-center +exec-once = waybar #clipboard manager exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store # Rainbow borders -exec-once = $UserScripts/RainbowBorders.sh & +exec-once = $UserScripts/RainbowBorders.sh # Starting hypridle to start hyprlock -exec-once = hypridle & +exec-once = hypridle # Start pyprland daemon exec-once = pypr & |
