diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-02 19:03:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-02 19:03:09 +0900 |
| commit | c72e135fc1285b351e3c27ed4be6c16dde3bf45d (patch) | |
| tree | 6981487d6b50221d9f58b07da8583f142213fae7 /config/hypr/UserConfigs/UserKeybinds.conf | |
| parent | d79021a6d622d0b26819094448f27a3140747f5d (diff) | |
| parent | ac3adfa67be136361b75c92c99dc5da849d43aa9 (diff) | |
Merge pull request #227 from JohnRTitor/patch-pyprland
add pyprland: with dropterm and magnify enabled
Diffstat (limited to 'config/hypr/UserConfigs/UserKeybinds.conf')
| -rw-r--r-- | config/hypr/UserConfigs/UserKeybinds.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 41b61456..92985ec2 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -18,6 +18,10 @@ bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,r bind = $mainMod, Return, exec, $term # Launch terminal bind = $mainMod, T, exec, $files +# pyprland +bind = $mainMod, A, 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 |
