diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-07-11 20:33:07 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:40:34 -0700 |
| commit | aceb5ce214c4dac4c7488e3f78438df94fe84409 (patch) | |
| tree | fdbbe31f1d6fe97428c031a56d9ab78c6c882e9b /config/quickshell/overview/config.json | |
| parent | 1411c2be09632ca099bee8f61e2b73a21c5b0cc9 (diff) | |
Fixing settings for ovewivew / 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
modified: config/hypr/configs/system_keybinds.lua
modified: config/hypr/lua/keybinds.lua
modified: config/hypr/lua/layer_rules.lua
new file: config/quickshell/overview/config.json
Diffstat (limited to 'config/quickshell/overview/config.json')
| -rw-r--r-- | config/quickshell/overview/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/quickshell/overview/config.json b/config/quickshell/overview/config.json new file mode 100644 index 00000000..9b7a723a --- /dev/null +++ b/config/quickshell/overview/config.json @@ -0,0 +1,6 @@ +{ + "overview": { + "hideEmptyRows": false, + "showSpecialWorkspaces": false + } +} |
