From 62004e7620b50e473efa23c6304d8490af8b95eb Mon Sep 17 00:00:00 2001 From: i0uring Date: Sat, 13 Sep 2025 18:43:31 +0200 Subject: [PATCH] :bug: fix? ashell --- .config/ashell/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ashell/config.toml b/.config/ashell/config.toml index 98dc24a..36c3b3d 100644 --- a/.config/ashell/config.toml +++ b/.config/ashell/config.toml @@ -4,7 +4,7 @@ outputs = "All" position = "Top" app_launcher_cmd = "killall tofi-drun || tofi-drun" -clipboard_cmd = "grim -g "$(slurp)" - | wl-copy --type image/png" +clipboard_cmd = 'grim -g "$(slurp)" - | wl-copy --type image/png' # - AppLauncher, Updates, Clipboard, Workspaces, WindowTitle # - SystemInfo, KeyboardLayout, KeyboardSubmap, Tray, Clock