diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-01-31 13:38:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-31 13:38:05 +0900 |
| commit | 24d2811134f929f150f11b026252b833617612de (patch) | |
| tree | 0082db8f58908d5855b21f888226b48245b924ec /config/hypr/configs/Keybinds.conf | |
| parent | 04d1ae7a82ccb0dacd5cd2723f3e41c1a6c98167 (diff) | |
| parent | e2c1144266279c6b522b4ff7e96f578f85b0fcbf (diff) | |
Merge pull request #143 from KKV9/development
Feat: Add freedesktop sound themes
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 |
