diff options
| author | JosephArmas <armas.joseph98@gmail.com> | 2024-05-22 13:41:48 -0700 |
|---|---|---|
| committer | JosephArmas <armas.joseph98@gmail.com> | 2024-05-22 13:41:48 -0700 |
| commit | 40fb30c13b3e0e80174066b7ccf2dd88fe2a9666 (patch) | |
| tree | 6f913590ffd0ff7fc16a6b5bf58ffdd6dd916eb4 /config/hypr/configs/Keybinds.conf | |
| parent | 0054b0b766d62112c4b096b61f8777a402bff08a (diff) | |
feat: Add rofi calculator using qalc command. Result of expression is automatically saved to clipboard. Default keybinding set to mod + alt + c.
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 142de86a..bd6e0a9f 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/RofiEmoji.sh # calculator 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 |
