From 3337c8665f75716c9b622542b26eed42c4c946ef Mon Sep 17 00:00:00 2001 From: b12f Date: Thu, 5 Sep 2024 23:26:16 +0200 Subject: [PATCH] modules/graphical: fix sway screenrecord keybinding --- modules/graphical/sway/config/config.d/custom-keybindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/sway/config/config.d/custom-keybindings.conf b/modules/graphical/sway/config/config.d/custom-keybindings.conf index 00734d3..e6391d8 100644 --- a/modules/graphical/sway/config/config.d/custom-keybindings.conf +++ b/modules/graphical/sway/config/config.d/custom-keybindings.conf @@ -6,7 +6,7 @@ bindsym $mod+Ctrl+p exec grim -g "$(slurp -d -b \#ffffff11)" ~/Pictures/Screensh bindsym $mod+Shift+p exec grim -g "$(slurp -d -b \#ffffff11 -o)" ~/Pictures/Screenshots/$(date +%Y%m%d_%Hh%Mm%Ss)_grim.png bindsym $mod+Ctrl+r exec record-screen -bindsym $mod+Shift+r exec record-screen -o +bindsym $mod+Shift+r exec record-screen fullscreen # Launcher set $menu exec alacritty --class launcher -e env TERMINAL_COMMAND="alacritty -e" sway-launcher