From 945ff7faa5daf092575893e68a3a30da432e7d7c Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 15 Mar 2026 09:48:51 +0000 Subject: [PATCH] troubleshooting hyprland.conf not fully being used --- .../assets/hyprland/conf/hypr/exec-once.conf | 2 +- .../assets/hyprland/conf/hypr/hyprland.conf | 19 ++++--------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/Droidnix/assets/hyprland/conf/hypr/exec-once.conf b/Droidnix/assets/hyprland/conf/hypr/exec-once.conf index 7d1c17501..b4cac4979 100755 --- a/Droidnix/assets/hyprland/conf/hypr/exec-once.conf +++ b/Droidnix/assets/hyprland/conf/hypr/exec-once.conf @@ -1,5 +1,5 @@ exec-once = dbus-update-activation-environment --systemd --all -exec-once = uwsm app -- waybar +exec-once = bash -c "sleep 5 && /usr/bin/uwsm app -- /usr/bin/waybar" exec-once = hypridle exec-once = hyprpolkitagent exec-once = systemd-run --user --scope --unit=elephant elephant diff --git a/Droidnix/assets/hyprland/conf/hypr/hyprland.conf b/Droidnix/assets/hyprland/conf/hypr/hyprland.conf index f3d12ab7f..ba20197d9 100644 --- a/Droidnix/assets/hyprland/conf/hypr/hyprland.conf +++ b/Droidnix/assets/hyprland/conf/hypr/hyprland.conf @@ -1,24 +1,13 @@ source = ./variables.conf source = ./theming.conf +source = ./animations.conf +source = ./bindings.conf +source = ./exec-once.conf # source = ./behaviour.conf # source = ./layout.conf -source = ./animations.conf # source = ./layer-rules.conf # source = ./window-rules.conf # source = ./monitor-rules.conf # source = ./workspace-rules.conf -source = ./bindings.conf -source = ./exec-once.conf - -general { - gaps_in = 2 - gaps_out = 4 - border_size = 2 - # Gradient syntax: color color angle (e.g. 45deg). :contentReference[oaicite:5]{index=5} - col.active_border = $blue $green 45deg - col.inactive_border = $inactive - layout = scrolling - resize_on_border = true - extend_border_grab_area = 20 # Makes it easier to "grab" the edge -} +debug:disable_logs = false