From c1fbe2e8d972bb4f46a9d929a132f94ce26b2057 Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Thu, 30 Apr 2026 10:25:10 -0400 Subject: [PATCH] Script path fix --- hypr/.config/hypr/hyprland.conf | 4 ++-- scripts/make_all.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 56ce580..8a57593 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -213,7 +213,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier bind = $mainMod, T, exec, $terminal bind = $mainMod, D, killactive, bind = $mainMod SHIFT, Q, exit, -bind = $mainMod, U, exec, ~/ExoKortex/2-Areas/IT/dotfiles/scripts/make_all.sh +bind = $mainMod, U, exec, ~/ExoKortex/4-Automata/dotfiles/scripts/make_all.sh bind = $mainMod, M, exec, $monitoring bind = $mainMod, E, exec, $editor bind = $mainMod, V, togglefloating, @@ -224,7 +224,7 @@ bind = $mainMod, P, togglesplit, # dwindle bind = $mainMod, N, movecurrentworkspacetomonitor, -1 bind = $mainMod SHIFT, N, movecurrentworkspacetomonitor, +1 bind = $mainMod, X, swapwindow -bind = $mainMod, B, exec, python /home/tpouplier/ExoKortex/1-Projects/Perso/recordntrans/record_transcribe.py +bind = $mainMod, B, exec, python /home/tpouplier/ExoKortex/4-Automata/recordntrans/record_transcribe.py # bind = $mainMod, G, exec, nerd-dictation end bind = $mainMod, A, exec, $music diff --git a/scripts/make_all.sh b/scripts/make_all.sh index 4450fb5..0dbca8c 100755 --- a/scripts/make_all.sh +++ b/scripts/make_all.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd ~/ExoKortex/2-Areas/IT/dotfiles/ +cd ~/ExoKortex/4-Automata/dotfiles/ make all if [ $? -eq 0 ]; then notify-send "Dotfiles" "Configuration reloaded successfully!"