Change waypaper random to restore

This commit is contained in:
Sravan Balaji
2025-05-18 20:03:10 -04:00
parent fc5500765d
commit a741df08f9
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
#+BEGIN_SRC conf :tangle hyprland.conf #+BEGIN_SRC conf :tangle hyprland.conf
exec-once = uwsm app -- shikane & exec-once = uwsm app -- shikane &
exec-once = uwsm app -- waypaper --random & exec-once = uwsm app -- waypaper --restore &
exec-once = uwsm app -- gammastep -x & exec-once = uwsm app -- gammastep -x &
exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% & exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
#+END_SRC #+END_SRC

View File

@@ -12,7 +12,7 @@ exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
exec-once = uwsm app -- wl-paste --type image --watch cliphist store & exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
exec-once = uwsm app -- shikane & exec-once = uwsm app -- shikane &
exec-once = uwsm app -- waypaper --random & exec-once = uwsm app -- waypaper --restore &
exec-once = uwsm app -- gammastep -x & exec-once = uwsm app -- gammastep -x &
exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% & exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &