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