Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 43be509

Browse files
committed
hypr: use app_id in rofi
This requires a patched rofi from davatorium/rofi#2048 (comment)
1 parent f02921a commit 43be509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/hypr/hyprland.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ monitor=,preferred,auto,auto
3535

3636
# Set programs that you use
3737
$terminal = systemd-run --user --ignore-failure --unit=foot-$RANDOM foot
38-
$menu = rofi -combi-modes window,drun,run -modes combi -show combi -run-command "bash -c 'systemd-run --user --unit=app-rofi-\"\$(systemd-escape \"\$(basename \"{cmd}\")\")\"-\$RANDOM {cmd}'"
38+
$menu = rofi -combi-modes window,drun,run -modes combi -show combi -run-command "bash -c 'systemd-run --user --unit=app-rofi-\"\$(systemd-escape \"{app_id}\")\"-\$RANDOM {cmd}'"
3939

4040

4141
#################

0 commit comments

Comments
 (0)