diff options
| author | Don Williams <Don.e.williams@gmail.com> | 2026-07-11 11:41:22 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:40:34 -0700 |
| commit | 65a1ab105d53d8e9e5333304bc804734d5f25224 (patch) | |
| tree | 0f99688493eea7c5e9dfd2fc2259191ae1889856 /config | |
| parent | 493bb53afe362daaf59d182753f3fec184f82bca (diff) | |
Fixed qs-hyprview keybinds
Signed-off-by: Don Williams <Don.e.williams@gmail.com>
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/configs/Keybinds.conf
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index e7200e59..9d1514cd 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -142,8 +142,8 @@ $layout = 'smartgrid' # Or, using XDG_CONFIG_HOME: bind = ctrl, tab, exec, qs ipc -c qs-hyprview call expose toggle $layout -bind = ctrl, tab, exec, qs ipc -c qs-hyprview call expose open $layout -bind = ctrl, tab, exec, qs ipc -c qs-hyprview call expose close +#bind = ctrl, tab, exec, qs ipc -c qs-hyprview call expose open $layout +#bind = ctrl, tab, exec, qs ipc -c qs-hyprview call expose close # Cycle windows; if floating bring to top bindd = ALT, Tab, Cycle next window, cyclenext |
