diff options
| author | ryukamish <[email protected]> | 2026-06-10 22:17:03 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-10 22:17:03 +0530 |
| commit | 01d8a06ac9a55da57f890545461abb4cabf15051 (patch) | |
| tree | c497f90ba517e3fc1b11518f4761cbd040b7fdc4 | |
| parent | 6d19eb0918cb2e7203c5a2ec037895c660c2383b (diff) | |
adding gnome-keyring to autostart and removing awww for wallpapers
| -rw-r--r-- | .config/sway/config | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/sway/config b/.config/sway/config index d0567fb..54f3c88 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -333,9 +333,6 @@ exec wlsunset -S '06:00' -s '18:00' -d 180 # poweralertd exec poweralertd -# wallpaper (awww-daemon) -exec awww-daemon - # clipboard exec wl-paste --type text --watch cliphist store exec wl-paste --type image --watch cliphist store @@ -347,7 +344,7 @@ exec wl-paste --type image --watch cliphist store # also required to add into /etc/pam.d/login to autostart and unlock from TTY # auth optional pam_gnome_keyring.so # session optional pam_gnome_keyring.so auto_start -# exec gnome-keyring-daemon --start --components=secrets +exec gnome-keyring-daemon --start --components=secrets # Desktop notification exec mako |
