From ed451107ae558cb72076fbc6728b1e15d0fc44a2 Mon Sep 17 00:00:00 2001 From: mpuchstein Date: Thu, 6 Feb 2025 00:13:22 +0100 Subject: [PATCH] moved hypr to own folder to support multiple confs --- hypr/monitors.conf | 0 hypr/workspaces.conf | 0 {hypr => hypr_owlenpc00}/hypridle.conf | 0 {hypr => hypr_owlenpc00}/hyprland.conf | 6 +++--- {hypr => hypr_owlenpc00}/hyprland.d/autostart.conf | 0 {hypr => hypr_owlenpc00}/hyprland.d/keybinds.conf | 0 {hypr => hypr_owlenpc00}/hyprlock.conf | 0 {hypr => hypr_owlenpc00}/hyprpaper.conf | 0 {hypr/hyprland.d => hypr_owlenpc00}/monitors.conf | 0 {hypr/hyprland.d => hypr_owlenpc00}/workspaces.conf | 0 10 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 hypr/monitors.conf delete mode 100644 hypr/workspaces.conf rename {hypr => hypr_owlenpc00}/hypridle.conf (100%) rename {hypr => hypr_owlenpc00}/hyprland.conf (97%) rename {hypr => hypr_owlenpc00}/hyprland.d/autostart.conf (100%) rename {hypr => hypr_owlenpc00}/hyprland.d/keybinds.conf (100%) rename {hypr => hypr_owlenpc00}/hyprlock.conf (100%) rename {hypr => hypr_owlenpc00}/hyprpaper.conf (100%) rename {hypr/hyprland.d => hypr_owlenpc00}/monitors.conf (100%) rename {hypr/hyprland.d => hypr_owlenpc00}/workspaces.conf (100%) diff --git a/hypr/monitors.conf b/hypr/monitors.conf deleted file mode 100644 index e69de29..0000000 diff --git a/hypr/workspaces.conf b/hypr/workspaces.conf deleted file mode 100644 index e69de29..0000000 diff --git a/hypr/hypridle.conf b/hypr_owlenpc00/hypridle.conf similarity index 100% rename from hypr/hypridle.conf rename to hypr_owlenpc00/hypridle.conf diff --git a/hypr/hyprland.conf b/hypr_owlenpc00/hyprland.conf similarity index 97% rename from hypr/hyprland.conf rename to hypr_owlenpc00/hyprland.conf index a1905d4..146cb47 100644 --- a/hypr/hyprland.conf +++ b/hypr_owlenpc00/hyprland.conf @@ -3,8 +3,8 @@ ### MONITORS ### ################ -source = ~/.config/hypr/hyprland.d/monitors.conf -source = ~/.config/hypr/hyprland.d/workspaces.conf +source = ~/.config/hypr/monitors.conf +source = ~/.config/hypr/workspaces.conf ################# ### AUTOSTART ### @@ -30,7 +30,7 @@ source = ~/.config/hypr/hyprland.d/autostart.conf # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 - gaps_out = 5 + gaps_out = 10 border_size = 1 diff --git a/hypr/hyprland.d/autostart.conf b/hypr_owlenpc00/hyprland.d/autostart.conf similarity index 100% rename from hypr/hyprland.d/autostart.conf rename to hypr_owlenpc00/hyprland.d/autostart.conf diff --git a/hypr/hyprland.d/keybinds.conf b/hypr_owlenpc00/hyprland.d/keybinds.conf similarity index 100% rename from hypr/hyprland.d/keybinds.conf rename to hypr_owlenpc00/hyprland.d/keybinds.conf diff --git a/hypr/hyprlock.conf b/hypr_owlenpc00/hyprlock.conf similarity index 100% rename from hypr/hyprlock.conf rename to hypr_owlenpc00/hyprlock.conf diff --git a/hypr/hyprpaper.conf b/hypr_owlenpc00/hyprpaper.conf similarity index 100% rename from hypr/hyprpaper.conf rename to hypr_owlenpc00/hyprpaper.conf diff --git a/hypr/hyprland.d/monitors.conf b/hypr_owlenpc00/monitors.conf similarity index 100% rename from hypr/hyprland.d/monitors.conf rename to hypr_owlenpc00/monitors.conf diff --git a/hypr/hyprland.d/workspaces.conf b/hypr_owlenpc00/workspaces.conf similarity index 100% rename from hypr/hyprland.d/workspaces.conf rename to hypr_owlenpc00/workspaces.conf