From ff9a87e72d0ac94b53a168dabb8755a120f6e129 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Wed, 20 Nov 2024 22:10:04 +0500 Subject: [PATCH] hyprland: move general to general.conf --- dot-config/hypr/decorations.conf | 11 ----------- dot-config/hypr/general.conf | 11 +++++++++++ dot-config/hypr/hyprland.conf | 1 + 3 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 dot-config/hypr/general.conf diff --git a/dot-config/hypr/decorations.conf b/dot-config/hypr/decorations.conf index 342f77f..f035238 100644 --- a/dot-config/hypr/decorations.conf +++ b/dot-config/hypr/decorations.conf @@ -4,17 +4,6 @@ exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' exec-once = gsettings set org.gnome.desktop.interface gtk-color-scheme 'prefer-dark' exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic' -general { - col.active_border = $primary - col.inactive_border = $secondary - gaps_in = 15 - gaps_out = 30 - border_size = 3 - resize_on_border = false - allow_tearing = false - layout = dwindle -} - decoration { rounding = 10 diff --git a/dot-config/hypr/general.conf b/dot-config/hypr/general.conf new file mode 100644 index 0000000..56d5355 --- /dev/null +++ b/dot-config/hypr/general.conf @@ -0,0 +1,11 @@ +general { + col.active_border = $primary + col.inactive_border = $secondary + gaps_in = 15 + gaps_out = 30 + border_size = 3 + resize_on_border = true + extend_border_grab_area = true + allow_tearing = false + layout = dwindle +} \ No newline at end of file diff --git a/dot-config/hypr/hyprland.conf b/dot-config/hypr/hyprland.conf index ecba932..8957686 100644 --- a/dot-config/hypr/hyprland.conf +++ b/dot-config/hypr/hyprland.conf @@ -13,6 +13,7 @@ $locker = loginctl lock-session source = plugins.conf exec-once = hyprpm reload -n +source = general.conf source = monitors.conf source = decorations.conf source = env.conf