diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-10 13:04:57 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-10 13:04:57 -0500 |
| commit | 4f515882494f244fb6562491e92e7e72f2edb739 (patch) | |
| tree | 8371aaf7abb5a91d5b57c0209ce5af7bc85b2652 | |
| parent | 0cba8d7c8b8f8a0d2a9580ae6adc57cad1b7ce3a (diff) | |
Fixed wrong script name in 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 73525980..abdc0114 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -36,7 +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 = $mainMod SHIFT, B, Set static Rainbow Border, exec, $UserScripts/RainbowBorder-low-cpu.sh --run-once +bindd = $mainMod SHIFT, B, Set static Rainbow Border, exec, $UserScripts/RainbowBorders-low-cpu.sh --run-once bindd = ALT SHIFT, S, Hyprshot Screen Capture, exec, $scriptsDir/hyprshot.sh -m region -o %HOME/Pictures/Screenshots bindd = $mainMod SHIFT, F, fullscreen, fullscreen |
