diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-05-23 12:16:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 12:16:52 +0900 |
| commit | 074d06e3b51760edc2ca62ec198bba205eeb0bbf (patch) | |
| tree | 6e672cccd7e4d9aea17c9abbe81349c654c9bdb9 /config/hypr/configs | |
| parent | 0054b0b766d62112c4b096b61f8777a402bff08a (diff) | |
| parent | f34a6bf1006bcd3b2584ec69c2ca7ab30b517bc0 (diff) | |
Merge pull request #296 from JosephArmas/rofi-calc-baedot
New Feature: Rofi calculator
Diffstat (limited to 'config/hypr/configs')
| -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 142de86a..16155903 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -23,6 +23,7 @@ bind = CTRL ALT, P, exec, $scriptsDir/Wlogout.sh bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh # Small help file bind = $mainMod ALT, R, exec, $scriptsDir/Refresh.sh # Refresh waybar, swaync, rofi bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh # emoji +bind = $mainMod ALT, C, exec, $scriptsDir/RofiCalc.sh # calculator (qalculate) bind = $mainMod, S, exec, $scriptsDir/RofiSearch.sh # Google search from Rofi bind = $mainMod SHIFT, B, exec, $scriptsDir/ChangeBlur.sh # Toggle blur settings bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh # animations ON/OFF |
