From a741df08f91cf30223dc2608bebb99ac9d9db59d Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 18 May 2025 20:03:10 -0400 Subject: [PATCH] Change waypaper random to restore --- README.org | 2 +- hyprland.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index fc90bde..236e583 100644 --- a/README.org +++ b/README.org @@ -152,7 +152,7 @@ exec-once = uwsm app -- wl-paste --type image --watch cliphist store & #+BEGIN_SRC conf :tangle hyprland.conf 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 -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% & #+END_SRC diff --git a/hyprland.conf b/hyprland.conf index 5e2c8ac..0611522 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -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 -- shikane & -exec-once = uwsm app -- waypaper --random & +exec-once = uwsm app -- waypaper --restore & exec-once = uwsm app -- gammastep -x & exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &