diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-02-14 05:22:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-14 05:22:34 +0900 |
| commit | a160ceeab550d8fdefc0b19f6b3a0dd6c2784db8 (patch) | |
| tree | bf2ebecab995012b984c931e2ec22d947897b4b3 /config/hypr/configs/Keybinds.conf | |
| parent | 610a46e8fe3c5c0d0b292977b6015d9f858e5e98 (diff) | |
| parent | e34165295e0856f9f14fffb4e323fb1f2e2220c9 (diff) | |
Merge pull request #158 from JaKooLit/development
Development to Main
Diffstat (limited to 'config/hypr/configs/Keybinds.conf')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 1da7e9f7..3ecc4a37 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -78,7 +78,7 @@ bind = $mainMod ALT, Print, exec, $scriptsDir/ScreenShot.sh --in10 #screenshot i bind = ALT, Print, exec, $scriptsDir/ScreenShot.sh --active #screenshot in 10 secs # screenshot with swappy (another screenshot tool) -bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | swappy -f - +bind = $mainMod SHIFT, S, exec, $scriptsDir/ScreenShot.sh --swappy # Resize windows binde = $mainMod SHIFT, left, resizeactive,-50 0 |
