From d1a5557f727ad04ae5aade9297e8e553db5c6561 Mon Sep 17 00:00:00 2001 From: ManOfGoldForever Date: Wed, 1 Apr 2026 13:00:38 -0400 Subject: [PATCH] Extract behavior-only hypr configs into base layer animations, keybinds, workspaces, monitors, input, autostart, windowrules, and defaults are layout/behavior files that should not change between themes. Moving them to themes/base/ so dm always links them regardless of which theme is active. Co-Authored-By: Claude Sonnet 4.6 --- themes/{dracula => base}/.config/hypr/config/animations.conf | 0 themes/{dracula => base}/.config/hypr/config/autostart.conf | 0 themes/{dracula => base}/.config/hypr/config/defaults.conf | 0 themes/{dracula => base}/.config/hypr/config/input.conf | 0 themes/{dracula => base}/.config/hypr/config/keybinds.conf | 0 themes/{dracula => base}/.config/hypr/config/monitors.conf | 0 themes/{dracula => base}/.config/hypr/config/windowrules.conf | 0 themes/{dracula => base}/.config/hypr/config/workspaces.conf | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename themes/{dracula => base}/.config/hypr/config/animations.conf (100%) rename themes/{dracula => base}/.config/hypr/config/autostart.conf (100%) rename themes/{dracula => base}/.config/hypr/config/defaults.conf (100%) rename themes/{dracula => base}/.config/hypr/config/input.conf (100%) rename themes/{dracula => base}/.config/hypr/config/keybinds.conf (100%) rename themes/{dracula => base}/.config/hypr/config/monitors.conf (100%) rename themes/{dracula => base}/.config/hypr/config/windowrules.conf (100%) rename themes/{dracula => base}/.config/hypr/config/workspaces.conf (100%) diff --git a/themes/dracula/.config/hypr/config/animations.conf b/themes/base/.config/hypr/config/animations.conf similarity index 100% rename from themes/dracula/.config/hypr/config/animations.conf rename to themes/base/.config/hypr/config/animations.conf diff --git a/themes/dracula/.config/hypr/config/autostart.conf b/themes/base/.config/hypr/config/autostart.conf similarity index 100% rename from themes/dracula/.config/hypr/config/autostart.conf rename to themes/base/.config/hypr/config/autostart.conf diff --git a/themes/dracula/.config/hypr/config/defaults.conf b/themes/base/.config/hypr/config/defaults.conf similarity index 100% rename from themes/dracula/.config/hypr/config/defaults.conf rename to themes/base/.config/hypr/config/defaults.conf diff --git a/themes/dracula/.config/hypr/config/input.conf b/themes/base/.config/hypr/config/input.conf similarity index 100% rename from themes/dracula/.config/hypr/config/input.conf rename to themes/base/.config/hypr/config/input.conf diff --git a/themes/dracula/.config/hypr/config/keybinds.conf b/themes/base/.config/hypr/config/keybinds.conf similarity index 100% rename from themes/dracula/.config/hypr/config/keybinds.conf rename to themes/base/.config/hypr/config/keybinds.conf diff --git a/themes/dracula/.config/hypr/config/monitors.conf b/themes/base/.config/hypr/config/monitors.conf similarity index 100% rename from themes/dracula/.config/hypr/config/monitors.conf rename to themes/base/.config/hypr/config/monitors.conf diff --git a/themes/dracula/.config/hypr/config/windowrules.conf b/themes/base/.config/hypr/config/windowrules.conf similarity index 100% rename from themes/dracula/.config/hypr/config/windowrules.conf rename to themes/base/.config/hypr/config/windowrules.conf diff --git a/themes/dracula/.config/hypr/config/workspaces.conf b/themes/base/.config/hypr/config/workspaces.conf similarity index 100% rename from themes/dracula/.config/hypr/config/workspaces.conf rename to themes/base/.config/hypr/config/workspaces.conf