summaryrefslogtreecommitdiffstats
path: root/roles/hyprland/files/scripts/launch-tui
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-20 15:40:27 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-20 16:13:11 +0100
commit198fa8e9cb94527733e09bc1b04c878320079520 (patch)
tree7d089b166918a18f4e1a7d6af304689559ab6f14 /roles/hyprland/files/scripts/launch-tui
parent018fdcb5a16b7a984a38c78d8715f5e05bad3137 (diff)
Refactor waybar/hyprland
Diffstat (limited to 'roles/hyprland/files/scripts/launch-tui')
-rwxr-xr-xroles/hyprland/files/scripts/launch-tui3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/hyprland/files/scripts/launch-tui b/roles/hyprland/files/scripts/launch-tui
new file mode 100755
index 00000000..16efba9b
--- /dev/null
+++ b/roles/hyprland/files/scripts/launch-tui
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+exec setsid uwsm-app -- alacritty --class="work.kartoffln.$(basename "$1")" -e "$@"