File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11echo " Uniquely identify terminal apps with custom app-ids using omarchy-launch-tui"
22
3+ # Update terminal variable in bindings.conf
34sed -i ' s/^\$terminal = uwsm-app -- xdg-terminal-exec$/$terminal = omarchy-launch-tui/' ~ /.config/hypr/bindings.conf
4- sed -i ' s/xdg-terminal-exec btop/omarchy-launch-tui btop/' ~ /.config/waybar/config.jsonc
5+
6+ # Remove -e flag from terminal commands
57sed -i ' s/\$terminal -e \([^ ]*\)/$terminal \1/g' ~ /.config/hypr/bindings.conf
68
9+ # Update waybar to use omarchy-launch-or-focus for TUI apps
10+ sed -i ' s/xdg-terminal-exec btop/omarchy-launch-or-focus com.omarchy.btop omarchy-launch-tui btop/' ~ /.config/waybar/config.jsonc
11+ sed -i ' s/xdg-terminal-exec --app-id=com\.omarchy\.Wiremix -e wiremix/omarchy-launch-or-focus com.omarchy.wiremix omarchy-launch-tui wiremix/' ~ /.config/waybar/config.jsonc
12+
13+ # Update window rules to use lowercase app-ids
14+ sed -i ' s/com\.omarchy\.Impala/com.omarchy.impala/g' ~ /.config/hypr/apps/system.conf
15+ sed -i ' s/com\.omarchy\.Wiremix/com.omarchy.wiremix/g' ~ /.config/hypr/apps/system.conf
16+
You can’t perform that action at this time.
0 commit comments