From 57312117923326586a2704959854dd392ccce0e1 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 15 Sep 2025 10:55:26 +0200 Subject: [PATCH] Fix path bugs --- hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index 8cbba49..a66627e 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -14,7 +14,7 @@ ### MONITORS ### ################ -source = ~/.config/dotfiles/hypr/monitors.conf +source = ~/.config/hypr/monitors.conf ################### @@ -27,7 +27,7 @@ source = ~/.config/dotfiles/hypr/monitors.conf $terminal = new-terminal $fileManager = dolphin $menu = rofi -show drun -theme ~/.config/rofi/theme.rasi -$hyprscript = ~/.config/dotfiles/hypr/hyprscript +$hyprscript = ~/.config/hypr/hyprscript $social = firefox "http://jdb.localhost/" "https://web.telegram.org" "https://web.whatsapp.com/" "https://discord.com/app" "https://nuage.polymny.studio/index.php/apps/calendar/" @@ -48,7 +48,7 @@ exec-once = nextcloud --background exec-once = [workspace special:a_social silent] $social exec-once = [workspace special:b_mail silent] thunderbird -source = ~/.config/dotfiles/hypr/exec-once.conf +source = ~/.config/hypr/exec-once.conf ############################# ### ENVIRONMENT VARIABLES ###