diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-01 22:10:56 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-01 22:10:56 -0500 |
| commit | 535096fd2364203ac45aa06dd17e642d5e7d1021 (patch) | |
| tree | ae48d42b5ace77998b625fdc258668912cfa2e9a /config/hypr/configs/Keybinds.conf | |
| parent | 839dcdd708b05f12eaf99d0b5e0e9ab660b1dc4a (diff) | |
Added Hyprshot screen capture ALTSHIFT+S region selection
Captures to clipboard and $HOME/Pictures/Screenshots
Useful for quick screen grab on keyboards w/o printscreen buttons
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/configs/Keybinds.conf
new file: config/hypr/scripts/hyprshot.sh
Diffstat (limited to 'config/hypr/configs/Keybinds.conf')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index c5821308..0458b4be 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -36,6 +36,7 @@ bindd = $mainMod ALT, V, clipboard manager, exec, $scriptsDir/ClipManager.sh bindd = $mainMod CTRL, R, rofi theme selector, exec, $scriptsDir/RofiThemeSelector.sh bindd = $mainMod CTRL SHIFT, R, rofi theme selector (modified), exec, pkill rofi || true && $scriptsDir/RofiThemeSelector-modified.sh bindd = $mainMod CTRL, K, Kitty theme selector, exec, $scriptsDir/Kitty_themes.sh +bindd = ALT SHIFT , S, Hyprshot Screen Capture, exec, $scriptsDir/hyprshot.sh -m region -o %HOME/Pictures/Screenshots bindd = $mainMod SHIFT, F, fullscreen, fullscreen bindd = $mainMod CTRL, F, maximize window, fullscreen, 1 |
