From e44f3c46c8e3bf0ca74e780375599316fe5f2396 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sat, 11 Jul 2026 01:35:53 -0400 Subject: Added qs-hyprview as alternative overview CTRL-TAB 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/Startup_Apps.conf modified: config/hypr/lua/keybinds.lua modified: config/hypr/lua/startup.lua modified: config/hypr/scripts/OverviewToggle.sh modified: config/hypr/scripts/Refresh.sh modified: config/hypr/scripts/RefreshNoWaybar.sh new file: config/quickshell/qs-hyprview --- config/hypr/configs/Startup_Apps.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/hypr/configs') diff --git a/config/hypr/configs/Startup_Apps.conf b/config/hypr/configs/Startup_Apps.conf index 41f6761b..f29b26f5 100644 --- a/config/hypr/configs/Startup_Apps.conf +++ b/config/hypr/configs/Startup_Apps.conf @@ -33,7 +33,8 @@ exec-once = sh $HOME/.config/hypr/scripts/ApplyThemeMode.sh exec-once = sh $scriptsDir/WaybarStartup.sh # Cursor refresh (enabled by installer on hybrid NVIDIA/GDM setups) exec-once = sh -c 'sleep 0.3; hyprctl setcursor "${HYPRCURSOR_THEME:-Bibata-Modern-Ice}" "${HYPRCURSOR_SIZE:-24}"' -exec-once = qs -c overview # Quickshell Overview +exec-once = qs --log-rules "qt.qpa.wayland.textinput.warning=false" -c overview # Quickshell Overview +exec-once = qs --log-rules "qt.qpa.wayland.textinput.warning=false" -p ~/.config/quickshell/qs-hyprview & exec-once = hypridle exec-once = $scriptsDir/LuaAutoReload.sh exec-once = $scriptsDir/Hyprsunset.sh init -- cgit v1.2.3