Changed some variables in Hyprland config
Some checks failed
Check config / build (push) Failing after 10m17s

This commit is contained in:
Alexandre 2026-06-01 13:57:52 +02:00
parent 0839c70c8a
commit 079c8af38f

View File

@ -28,10 +28,11 @@ in
"$browser" = "zen";
"$screenShot" = "hyprshot -m region -o ~/Pictures/Screenshots";
"$sync" = "syncthing --no-browser";
"$dLauncher" = "$launcher";
# Todo : Add a notification daemon
exec-once = [
"hyprlauncher"
"$dLauncher"
"systemctl --user start hyprpolkitagent"
"awww-daemon"
"$sync"
@ -77,7 +78,7 @@ in
"$mod, Q, killactive"
"$mod, RETURN, exec, $term"
"$mod, M, exit"
"$mod, R, exec, $launcher"
"$mod, R, exec, $dLauncher"
"$mod SHIFT, F, exec, $browser"
"$mod, E, exec, $fileManager"
"$mod, F, fullscreen"