fixes to tuirun script and hmmm?

This commit is contained in:
cnst
2024-11-18 19:36:27 +01:00
parent bade6bd057
commit a06c21ac5f
2 changed files with 11 additions and 11 deletions

18
flake.lock generated
View File

@@ -547,11 +547,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1731880680, "lastModified": 1731941055,
"narHash": "sha256-0i1n/gHX3p2ZFnpR3DEnOZUgniKOWXGLLYMllcZcPCw=", "narHash": "sha256-2+as2jbFBxO8VRsy+CTskP9wDf8cXrB+PczXwKAgwyk=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprland", "repo": "hyprland",
"rev": "1ba050d603dca644aca48872f62388d794c030b9", "rev": "97493511f96af288e1f7b2bd3a119e47d75541fc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -861,11 +861,11 @@
"rust-overlay": "rust-overlay_3" "rust-overlay": "rust-overlay_3"
}, },
"locked": { "locked": {
"lastModified": 1730739295, "lastModified": 1731941836,
"narHash": "sha256-aYeJ/P/9AuK6Kee63ZdsmDjEwhnksF+gIv/OyGtlBJE=", "narHash": "sha256-zpmAzrvK8KdssBSwiIwwRxaUJ77oWORbW0XFvgCFpTE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "lanzaboote", "repo": "lanzaboote",
"rev": "cef39a78679c266300874e7a7000b4da066228d4", "rev": "2f48272f34174fd2a5ab3df4d8a46919247be879",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -921,11 +921,11 @@
"umu": "umu" "umu": "umu"
}, },
"locked": { "locked": {
"lastModified": 1731849451, "lastModified": 1731925304,
"narHash": "sha256-l73nJDTaOzV8rIg/IFlkK5ya3F7/tPLI5HnQGzt4FCE=", "narHash": "sha256-FeUIzD9f5Z8OMkogeEMaVLIhawGdmOhKJ4VVpdycOeA=",
"owner": "fufexan", "owner": "fufexan",
"repo": "nix-gaming", "repo": "nix-gaming",
"rev": "88cd24b3ea7301116fd5919f886e58d31c006ad3", "rev": "d589673486d8a5c1c6cbc3c0e1c077200da7e085",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -2,7 +2,7 @@
TERMINAL="${TERMINAL:-foot}" TERMINAL="${TERMINAL:-foot}"
# Path to the tuirun executable # 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 # Use absolute paths for commands
PGREP="/run/current-system/sw/bin/pgrep" PGREP="/run/current-system/sw/bin/pgrep"
@@ -32,5 +32,5 @@ else
CMD="$CMD -e $TUIRUN_PATH" CMD="$CMD -e $TUIRUN_PATH"
# Launch the terminal with OPTIONS # Launch the terminal with OPTIONS
uwsm app -- "$HYPRCTL" dispatch exec "$CMD" "$HYPRCTL" dispatch exec "$CMD"
fi fi