diff options
| author | Don Williams <Don.e.williams@gmail.com> | 2026-07-11 04:42:17 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:40:34 -0700 |
| commit | 493bb53afe362daaf59d182753f3fec184f82bca (patch) | |
| tree | b8a85dc336eed7acca92dedf4e2e7c1998802e41 /config | |
| parent | 1ee78be8453f86ef366fe7a73e4e8cf245d2d336 (diff) | |
Updated Keybinds for qs-hyprview
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 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 8615c96e..e7200e59 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -21,7 +21,7 @@ source= $UserConfigs/01-UserDefaults.conf bindd = $mainMod, D, App launcher, exec, pkill rofi || true; $scriptsDir/RofiFocusedWallpaperLink.sh >/dev/null 2>&1 || true; rofi -show drun -modi drun,filebrowser,run,window bindd = $mainMod, B, Open default browser, exec, xdg-open "https://" bindd = $mainMod, A, Desktop overview, exec, $scriptsDir/OverviewToggle.sh # toggles quickshell or ags overview (tries QS first, falls back to AGS) -#bindd = $mainMod, A, Ags overview, exec, pkill rofi || true && ags -t 'overview' # desktop overview (if installed) +bindd = $mainMod CTRL, A, Ags overview, exec, pkill rofi || true && ags -t 'overview' # desktop overview (if installed) #bindd = $mainMod, A, Quickshell overview, global, quickshell:overviewToggle # desktop overview (if installed) bindd = $mainMod, Return, Open terminal, exec, $scriptsDir/LaunchTerminal.sh "$term" bindd = $mainMod, T, File manager, exec, $scriptsDir/LaunchFileManager.sh "$files" "$term" @@ -131,6 +131,20 @@ bindd = $mainMod ALT, V, Vertical Scroll down,exec, hyprctl keyword scrolling:di # Create a toggle bind (e.g., Mod + Shift + S) bindd = $mainMod ALT, S, Toggle scrolling V/H, exec, bash -c '[[ $(hyprctl getoption scrolling:direction -j | jq -r ".str") == "right" ]] && hyprctl keyword scrolling:direction down || hyprctl keyword scrolling:direction right' + +################### +# qs-hyproverview # +################### + +# "smartgrid", "justified", "masonry", "bands", "hero", "spiral" +# "satellite", "staggered", "columnar", "vortex", "random" +$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 + # Cycle windows; if floating bring to top bindd = ALT, Tab, Cycle next window, cyclenext bindd = ALT, Tab, Bring active to top, bringactivetotop |
