diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-29 16:20:22 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-29 16:20:22 -0500 |
| commit | 989269f4d5a0d3834bab3003cc557a5df5dbc13e (patch) | |
| tree | 4aeb1785a114397866e25bd7cc5c7c9a43e42152 /env/.config/waybar | |
| parent | 5887bb0d4d916215d29135567b0e75a011a30ed3 (diff) | |
Squashed commit of the following:
- customized tmux bar
- swapped harpoon keys
- fixed exit terminal key
- removed trailing commas in waybar config
- neovim
- added proj search
- added notes bind
- bind to exit term (doesnt really work for me)
- auto cwd OF file dir OR git main dir WHEN bufenter and bind
- swaped tmux move keys
- changed showmethekey windowrule
Diffstat (limited to 'env/.config/waybar')
| -rw-r--r-- | env/.config/waybar/config.jsonc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/env/.config/waybar/config.jsonc b/env/.config/waybar/config.jsonc index fda6a87..b469e7a 100644 --- a/env/.config/waybar/config.jsonc +++ b/env/.config/waybar/config.jsonc @@ -24,12 +24,12 @@ "custom/ws_end_arrow":{ "format": "", - "tooltip": false, + "tooltip": false }, "custom/mod_end_arrow":{ "format": "", - "tooltip": false, + "tooltip": false }, "hyprland/workspaces": { @@ -84,7 +84,7 @@ "17": ["DP-1"], "18": ["DP-1"], "19": ["DP-1"], - "20": ["DP-1"], + "20": ["DP-1"] }, "sort-by-name": true }, @@ -133,7 +133,7 @@ "17": ["DP-1"], "18": ["DP-1"], "19": ["DP-1"], - "20": ["DP-1"], + "20": ["DP-1"] }, "sort-by-name": true }, |
