From a06c21ac5f7c71b55addaa5f32d14e2387509e86 Mon Sep 17 00:00:00 2001 From: cnst Date: Mon, 18 Nov 2024 19:36:27 +0100 Subject: [PATCH] fixes to tuirun script and hmmm? --- flake.lock | 18 +++++++++--------- scripts/bin/tuirun-toggle.sh | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 773b164e..acc2cfef 100644 --- a/flake.lock +++ b/flake.lock @@ -547,11 +547,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1731880680, - "narHash": "sha256-0i1n/gHX3p2ZFnpR3DEnOZUgniKOWXGLLYMllcZcPCw=", + "lastModified": 1731941055, + "narHash": "sha256-2+as2jbFBxO8VRsy+CTskP9wDf8cXrB+PczXwKAgwyk=", "owner": "hyprwm", "repo": "hyprland", - "rev": "1ba050d603dca644aca48872f62388d794c030b9", + "rev": "97493511f96af288e1f7b2bd3a119e47d75541fc", "type": "github" }, "original": { @@ -861,11 +861,11 @@ "rust-overlay": "rust-overlay_3" }, "locked": { - "lastModified": 1730739295, - "narHash": "sha256-aYeJ/P/9AuK6Kee63ZdsmDjEwhnksF+gIv/OyGtlBJE=", + "lastModified": 1731941836, + "narHash": "sha256-zpmAzrvK8KdssBSwiIwwRxaUJ77oWORbW0XFvgCFpTE=", "owner": "nix-community", "repo": "lanzaboote", - "rev": "cef39a78679c266300874e7a7000b4da066228d4", + "rev": "2f48272f34174fd2a5ab3df4d8a46919247be879", "type": "github" }, "original": { @@ -921,11 +921,11 @@ "umu": "umu" }, "locked": { - "lastModified": 1731849451, - "narHash": "sha256-l73nJDTaOzV8rIg/IFlkK5ya3F7/tPLI5HnQGzt4FCE=", + "lastModified": 1731925304, + "narHash": "sha256-FeUIzD9f5Z8OMkogeEMaVLIhawGdmOhKJ4VVpdycOeA=", "owner": "fufexan", "repo": "nix-gaming", - "rev": "88cd24b3ea7301116fd5919f886e58d31c006ad3", + "rev": "d589673486d8a5c1c6cbc3c0e1c077200da7e085", "type": "github" }, "original": { diff --git a/scripts/bin/tuirun-toggle.sh b/scripts/bin/tuirun-toggle.sh index ebf40c22..c377e628 100755 --- a/scripts/bin/tuirun-toggle.sh +++ b/scripts/bin/tuirun-toggle.sh @@ -2,7 +2,7 @@ TERMINAL="${TERMINAL:-foot}" # Path to the tuirun executable -TUIRUN_PATH="/run/current-system/sw/bin/uwsm app -- tuirun" +TUIRUN_PATH="/etc/profiles/per-user/$USER/bin/tuirun" # Use absolute paths for commands PGREP="/run/current-system/sw/bin/pgrep" @@ -32,5 +32,5 @@ else CMD="$CMD -e $TUIRUN_PATH" # Launch the terminal with OPTIONS - uwsm app -- "$HYPRCTL" dispatch exec "$CMD" + "$HYPRCTL" dispatch exec "$CMD" fi