From 38736b5a1f81ff183f815dd3e1914230d905b8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 10 Jun 2025 18:41:55 +0200 Subject: [PATCH] chore(hypr): rofi-bw script default action is now to copy --- .config/hypr/configs/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 86fed493..8b642e69 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -30,7 +30,7 @@ bind = $mainMod, 61, exec, $launcher-scripts/keybindings/keybindings # / bind = $mainMod, ESCAPE, exec, $launcher-scripts/powermenu/powermenu bind = $mainMod, Y, exec, $launcher-scripts/clipboard/clipboard bind = $mainMod CTRL, E, exec, $launcher-scripts/emoji/emoji -bind = $mainMod, P, exec, rofi-rbw +bind = $mainMod, P, exec, rofi-rbw --action=copy --clear-after 10 ## Screenshots bind = CTRL, ESCAPE, exec, $launcher-scripts/screenshot/screenshot --freeze