diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-05 00:11:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 00:11:05 +0900 |
| commit | e27bc1e75280f02a0798e7150d7e7c775ee1aff6 (patch) | |
| tree | 156f3d32fc5f6d20389baa84b496ad94f9406d6a /config/hypr/UserConfigs/UserKeybinds.conf | |
| parent | 41c3de1b08d253a8b9a78f7c15ee1eb2ac1d9395 (diff) | |
| parent | c32e177c6696c3d283188cbabc1a78cd4364476c (diff) | |
Merge pull request #233 from JaKooLit/development
V2.2.10 Changes
Diffstat (limited to 'config/hypr/UserConfigs/UserKeybinds.conf')
| -rw-r--r-- | config/hypr/UserConfigs/UserKeybinds.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 41b61456..7ffd702e 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -12,12 +12,16 @@ $scriptsDir = $HOME/.config/hypr/scripts $UserScripts = $HOME/.config/hypr/UserScripts # rofi App launcher -bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window +#bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window bind = $mainMod, Return, exec, $term # Launch terminal bind = $mainMod, T, exec, $files +# pyprland +bind = $mainMod SHIFT, Return, exec, pypr toggle term # Dropdown terminal +bind = $mainMod, Z, exec, pypr zoom # Toggle Zoom + # User Added Keybinds bind = $mainMod SHIFT, O, exec, $UserScripts/ZshChangeTheme.sh # Change oh-my-zsh theme |
