From 954d30dba5a427a1d29a578e8e520deb6e3986de Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 10 Jun 2025 20:53:51 -0400 Subject: initial --- fmurphy/komorebi.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 fmurphy/komorebi.json (limited to 'fmurphy/komorebi.json') 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" + } + ] +} -- cgit v1.2.3-freya