File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
archlinux/install/hyprland Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,14 @@ menu() {
2121
2222launch_or_focus_and_pin () {
2323 omarchy-launch-or-focus-webapp " $1 " " $2 "
24- hyprctl dispatch tagwindow +centerpin
2524}
2625
2726case $( menu " LLM" " ChatGPT\n Gemini\n Claude\n LeChat\n Grok\n Meta" ) in
28- * ChatGPT* ) launch_or_focus_and_pin " ChatGPT" " https://chat.openai.com/" ;;
29- * Gemini* ) launch_or_focus_and_pin " Gemini" " https://gemini.google.com/" ;;
30- * Claude* ) launch_or_focus_and_pin " Claude" " https://claude.ai/" ;;
31- * LeChat* ) launch_or_focus_and_pin " LeChat" " https://chat.mistral.ai/chat" ;;
32- * Grok* ) launch_or_focus_and_pin " Grok" " https://grok.com/" ;;
33- * Meta* ) launch_or_focus_and_pin " Meta" " https://ai.meta.com/" ;;
27+ * ChatGPT* ) launch_or_focus_and_pin " PIN- ChatGPT" " https://chat.openai.com/" ;;
28+ * Gemini* ) launch_or_focus_and_pin " PIN- Gemini" " https://gemini.google.com/" ;;
29+ * Claude* ) launch_or_focus_and_pin " PIN- Claude" " https://claude.ai/" ;;
30+ * LeChat* ) launch_or_focus_and_pin " PIN- LeChat" " https://chat.mistral.ai/chat" ;;
31+ * Grok* ) launch_or_focus_and_pin " PIN- Grok" " https://grok.com/" ;;
32+ * Meta* ) launch_or_focus_and_pin " PIN- Meta" " https://ai.meta.com/" ;;
3433* ) exit ;;
3534esac
Original file line number Diff line number Diff line change 1- windowrule = float, class:sidepad
2- windowrule = size 1000 700, class:sidepad
3- windowrule = center, class:sidepad
4- windowrule = pin, class:sidepad
1+ windowrule = float, class:(PIN-.*|^ sidepad$)
2+ windowrule = size 1000 700, class:(PIN-.*|^ sidepad$)
3+ windowrule = center, class:(PIN-.*|^ sidepad$)
4+ windowrule = pin, class:(PIN-.*|^ sidepad$)
You can’t perform that action at this time.
0 commit comments