From 5f8d3f09333f89da26eb80925f8997518a59551d Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Wed, 5 Mar 2025 22:15:37 -0800 Subject: [PATCH] update keybindings --- keybindings.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/keybindings.conf b/keybindings.conf index 443a687..6032c0c 100644 --- a/keybindings.conf +++ b/keybindings.conf @@ -98,9 +98,11 @@ bind = $mainMod SHIFT, n, exec, swaync-client -t # mpv add bind = SUPER, m, exec, ~/.local/bin/mpv-add.sh -# flameshot -bind = SUPER SHIFT, s, exec, uwsm app -sb -- flameshot gui -bind = ,code:107, exec, uwsm app -- flameshot full +bind = SUPER SHIFT, s, exec, ~/.local/bin/screenshot.sh +bind = ,code:107, exec, ~/.local/bin/screenshot.sh # change wallpaper bind = $mainMod CTRL, n, exec, ~/.local/bin/change-wallpaper.sh + +# toggle focus between current and last focused window +bind = ALT, Tab, focuscurrentorlast