diff options
| author | Freya Murphy <fmurphy@redcom.com> | 2025-06-10 20:53:51 -0400 |
|---|---|---|
| committer | Freya Murphy <fmurphy@redcom.com> | 2025-06-10 20:53:51 -0400 |
| commit | 954d30dba5a427a1d29a578e8e520deb6e3986de (patch) | |
| tree | d4feb084defd2adba10460d4b98b68481c2eff3b /fmurphy/komorebi.json | |
| download | dotfiles-windows-954d30dba5a427a1d29a578e8e520deb6e3986de.tar.gz dotfiles-windows-954d30dba5a427a1d29a578e8e520deb6e3986de.tar.bz2 dotfiles-windows-954d30dba5a427a1d29a578e8e520deb6e3986de.zip | |
initial
Diffstat (limited to '')
| -rwxr-xr-x | fmurphy/komorebi.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/fmurphy/komorebi.json b/fmurphy/komorebi.json new file mode 100755 index 0000000..29f93ce --- /dev/null +++ b/fmurphy/komorebi.json @@ -0,0 +1,35 @@ +{
+ "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.37/schema.json",
+ "animation": {
+ "enabled": false
+ },
+ "app_specific_configuration_path": "$Env:USERPROFILE/applications.json",
+ "window_hiding_behaviour": "Cloak",
+ "cross_monitor_move_behaviour": "Insert",
+ "default_workspace_padding": 5,
+ "default_container_padding": 5,
+ "border": true,
+ "border_width": 3,
+ "border_offset": -1,
+ "border_style": "Rounded",
+ "theme": {
+ "palette": "Base16",
+ "name": "CatppuccinMocha",
+ "unfocused_border": "Base03",
+ "bar_accent": "Base0D"
+ },
+ "monitors": [
+ {
+ "workspaces": []
+ }
+ ],
+ "ignore_rules": [],
+ "slow_application_compensation_time": 50,
+ "slow_application_identifiers": [
+ {
+ "id": "librewolf.exe",
+ "kind": "Exe",
+ "matching_strategy": "Equals"
+ }
+ ]
+}
|