From 03d6f73b1b3e50f052a3c5bca24102958be7dfc6 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Thu, 6 Aug 2026 15:26:04 -0400 Subject: Fixed bindings for overview add ver chk to copy.sh Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Keybinds.conf modified: config/hypr/configs/system_keybinds.lua modified: config/hypr/lua/keybinds.lua modified: copy.sh modified: docs/Keybinds.md --- config/hypr/configs/Keybinds.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'config/hypr/configs/Keybinds.conf') diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 7a7712bc..612ecc95 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -133,16 +133,13 @@ bindd = $mainMod ALT, S, Toggle scrolling V/H, exec, bash -c '[[ $(hyprctl getop ################### -# qs-hyproverview # +# qs-hyprview # ################### - # "smartgrid", "justified", "masonry", "bands", "hero", "spiral" # "satellite", "staggered", "columnar", "vortex", "random" +# SUPER CTRL+Tab is reserved for Hyprview; bound after Tab workspace/group binds below. $layout = 'smartgrid' -# Or, using XDG_CONFIG_HOME: -bindd = $mainMod SHIFT, tab, Toggle HyprView, exec, $scriptsDir/toggle-qs-hyprview.sh $layout - # Cycle windows; if floating bring to top bindd = ALT, Tab, Cycle next window, cyclenext bindd = ALT, Tab, Bring active to top, bringactivetotop @@ -197,8 +194,8 @@ bindd = $mainMod ALT, down, Swap window down, swapwindow, d bindd = $mainMod, G, Toggle group, togglegroup # Navigate within a group +# SUPER CTRL+Tab is Hyprview Toggle (not change active in group) bindd = $mainMod, Tab, Change Group Forward, changegroupactive, f -bindd = $mainMod CTRL, tab, Change active in group, changegroupactive bindd = $mainMod SHIFT, Tab, Change Group Back, changegroupactive, b # Move window into/out of group @@ -220,6 +217,7 @@ bindd = $mainMod, down, Focus down (layout-aware), exec, $scriptsDir/LayoutKeybi # Workspaces related bindd = $mainMod, tab, Next workspace, workspace, m+1 bindd = $mainMod SHIFT, tab, Previous workspace, workspace, m-1 +bindd = $mainMod CTRL, tab, Hyprview Toggle, exec, $scriptsDir/toggle-qs-hyprview.sh $layout # Special workspace bindd = $mainMod SHIFT, U, Move to special workspace, movetoworkspace, special -- cgit v1.2.3