diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-07-28 20:40:47 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:41:34 -0700 |
| commit | 6a549806e0d3e1abf7495358ddc5b91ccdee187c (patch) | |
| tree | 2ee84bb35a6651f95a6dbe36e0e853280e2a4632 | |
| parent | ee157217173f5ca603559d570f7ddc48b89e0979 (diff) | |
Reset hyprview binding SUPERSHIFT TAB
Signed-off-by: Don Williams <don.e.williams@gmail.com>
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 00ed84a4..8ef25908 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -141,7 +141,7 @@ bindd = $mainMod ALT, S, Toggle scrolling V/H, exec, bash -c '[[ $(hyprctl getop $layout = 'smartgrid' # Or, using XDG_CONFIG_HOME: -bind = alt, tab, exec, $scriptsDir/toggle-qs-hyprview.sh $layout +bind = $mainMod shift, tab, exec, $scriptsDir/toggle-qs-hyprview.sh $layout # Cycle windows; if floating bring to top bindd = ALT, Tab, Cycle next window, cyclenext |
