Update .config/hypr/autostart
Update .config/packages/archgirlie
This commit is contained in:
parent
6f18afeb37
commit
a4554402f7
2 changed files with 5 additions and 4 deletions
|
@ -8,14 +8,14 @@ scripts=$config/scripts
|
|||
dunst &
|
||||
|
||||
# waybar
|
||||
$scripts/launch_waybar &
|
||||
$scripts/tools/dynamic &
|
||||
"$scripts/launch_waybar" &
|
||||
"$scripts/tools/dynamic" &
|
||||
|
||||
# wallpaper
|
||||
$scripts/wall $config/wallpapers/cloud.png &
|
||||
"$scripts/wall" "$config/wallpapers/cloud.png" &
|
||||
|
||||
# effects
|
||||
$scripts/rgb &
|
||||
"$scripts/rgb" &
|
||||
|
||||
# other
|
||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||
|
|
|
@ -28,6 +28,7 @@ chaotic-keyring
|
|||
chaotic-mirrorlist
|
||||
cheat-bin
|
||||
chezmoi
|
||||
clipboard-sync
|
||||
cmake
|
||||
colord
|
||||
composer
|
||||
|
|
Loading…
Reference in a new issue