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

Commit

Permalink
hypr: use app_id in rofi
Browse files Browse the repository at this point in the history
This requires a patched rofi from
davatorium/rofi#2048 (comment)
  • Loading branch information
Atemu committed Nov 11, 2024
1 parent f02921a commit 43be509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ monitor=,preferred,auto,auto

# Set programs that you use
$terminal = systemd-run --user --ignore-failure --unit=foot-$RANDOM foot
$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}'"
$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}'"


#################
Expand Down

0 comments on commit 43be509

Please sign in to comment.