We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ad1bb commit 40c3a70Copy full SHA for 40c3a70
migrations/1763386443_uniquely_identify_btop.sh
@@ -0,0 +1,4 @@
1
+echo "Uniquely identify btop with custom app-id"
2
+
3
+sed -i 's/\$terminal -e btop/$terminal --app-id=com.omarchy.btop -e btop/' ~/.config/hypr/bindings.conf
4
+sed -i 's/xdg-terminal-exec btop/xdg-terminal-exec --app-id=com.omarchy.btop btop/' ~/.config/waybar/config.jsonc
0 commit comments