From 5cb6e8ae92567409fdd643f3f3978ce59af25d30 Mon Sep 17 00:00:00 2001 From: q3aql Date: Mon, 22 May 2023 01:35:04 +0200 Subject: [PATCH] Dotfiles config update (2023-05-22) --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 42c4adc..0b6ce1f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -41,7 +41,7 @@ exec --no-startup-id "swaybg -i ~/wallpapers/gruvbox-arch.png -m fill" exec --no-startup-id ~/.config/sway/startwlrscreensaver.sh # Clipboard (Clipman) -exec --no-startup-id WAYLAND_DISPLAY=wayland-1 wl-paste -t text --watch clipman store +exec --no-startup-id WAYLAND_DISPLAY=wayland-1 wl-paste --watch clipman store # Load Conky #exec --no-startup-id sleep 10 && conky -c ~/.config/conky/conkyrc_sway &