From 6b042aa2540118a70e9d07ca88d888841da5bfb5 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Sep 19 2025 15:33:24 +0000 Subject: Rename miracle-wm.yaml to config.yaml --- diff --git a/miraclewm-config/config.yaml b/miraclewm-config/config.yaml new file mode 100644 index 0000000..369bdb6 --- /dev/null +++ b/miraclewm-config/config.yaml @@ -0,0 +1,41 @@ +inner_gaps: + x: 10 + y: 10 +outer_gaps: + x: 20 + y: 20 +resize_jump: 50 + +default_action_overrides: + - name: toggle_floating + action: down + modifiers: + - primary + - shift + key: KEY_SPACE + +custom_actions: + - command: nwg-drawer + action: down + modifiers: + - primary + key: KEY_D + - command: nwg-bar + action: down + modifiers: + - primary + - shift + key: KEY_E + +startup_apps: + - command: nwg-panel + restart_on_death: true + - command: swaybg -i /usr/share/backgrounds/default.jxl + restart_on_death: true + - command: nwg-dock -p left -f -x + restart_on_death: true + +border: + size: 2 + color: 0x00ffff99 + focus_color: 0xff00ffff diff --git a/miraclewm-config/miracle-wm.yaml b/miraclewm-config/miracle-wm.yaml deleted file mode 100644 index 369bdb6..0000000 --- a/miraclewm-config/miracle-wm.yaml +++ /dev/null @@ -1,41 +0,0 @@ -inner_gaps: - x: 10 - y: 10 -outer_gaps: - x: 20 - y: 20 -resize_jump: 50 - -default_action_overrides: - - name: toggle_floating - action: down - modifiers: - - primary - - shift - key: KEY_SPACE - -custom_actions: - - command: nwg-drawer - action: down - modifiers: - - primary - key: KEY_D - - command: nwg-bar - action: down - modifiers: - - primary - - shift - key: KEY_E - -startup_apps: - - command: nwg-panel - restart_on_death: true - - command: swaybg -i /usr/share/backgrounds/default.jxl - restart_on_death: true - - command: nwg-dock -p left -f -x - restart_on_death: true - -border: - size: 2 - color: 0x00ffff99 - focus_color: 0xff00ffff