update: swww -> awww & small tuning before the bigger update

This commit is contained in:
2026-03-26 10:03:32 +03:00
parent c49c97d55c
commit f2a528cfa8
11 changed files with 47 additions and 13 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ exec-once = uwsm app -- /usr/lib/xdg-desktop-portal-gtk
exec-once = uwsm app -- hypridle
exec-once = uwsm app -- swww-daemon
exec-once = uwsm app -- swww img "$WALLPAPER"
exec-once = uwsm app -- awww-daemon
exec-once = uwsm app -- awww img "$WALLPAPER"
exec-once = uwsm app -- waybar
exec-once = uwsm app -- dunst
+1 -1
View File
@@ -21,7 +21,7 @@ bind = $mainMod SHIFT, T, layoutmsg, swapsplit
# apps binds
bind = $mainMod, Q, exec, kitty
bind = $mainMod, E, exec, thunar
bind = $mainMod, R, exec, rofi -show drun
bind = $mainMod, R, exec, rofi -show drun -no-history -matching prefix -drun-match-fields name -no-tokenize
bind = $mainMod SHIFT, R, exec, .config/rofi/network-manager/run-manager.sh
@@ -3,4 +3,4 @@
X_POS=$(awk "BEGIN {srand(); print rand()}")
Y_POS=$(awk "BEGIN {srand(); print rand()}")
swww img $WALLPAPER --transition-type grow --transition-pos "$X_POS, $Y_POS" --transition-fps 60
awww img $WALLPAPER --transition-type grow --transition-pos "$X_POS, $Y_POS" --transition-fps 60
+2 -2
View File
@@ -4,6 +4,6 @@ check=$(hyprctl monitors | awk '/HDMI-A-1/{print $1}' | tr -d '\n')
if [ $check != '' ]; then
hyprctl keyword monitor "eDP-1, disable"
swww kill
uwsm app -- swww-daemon
awww kill
uwsm app -- awww-daemon
fi