diff options
| author | Don Williams <Don.e.williams@gmail.com> | 2026-07-11 01:35:53 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:40:34 -0700 |
| commit | e44f3c46c8e3bf0ca74e780375599316fe5f2396 (patch) | |
| tree | 50a6a512e7b9fdafe53a48382bc0e4eabca68a5d /config/hypr/configs/Startup_Apps.conf | |
| parent | 5c3d43b34594e2f7a6f4edd0640d2e44c51c8875 (diff) | |
Added qs-hyprview as alternative overview CTRL-TAB
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/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
Diffstat (limited to 'config/hypr/configs/Startup_Apps.conf')
| -rw-r--r-- | config/hypr/configs/Startup_Apps.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
