Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/omarchy-webapp-install
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cat >"$DESKTOP_FILE" <<EOF
Version=1.0
Name=$APP_NAME
Comment=$APP_NAME
Exec=chromium --new-window --ozone-platform=wayland --app="$APP_URL" --name="$APP_NAME" --class="$APP_NAME"
Exec=chromium --new-window --ozone-platform=wayland --app="$APP_URL" --name="$APP_NAME" --class="$APP_NAME" --user-data-dir="$HOME/.config/chromium-profiles/$APP_NAME" --no-first-run --no-default-browser-check
Terminal=false
Type=Application
Icon=$ICON_PATH
Expand Down
14 changes: 7 additions & 7 deletions config/hypr/bindings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ bindd = SUPER, G, Signal, exec, uwsm app -- signal-desktop
bindd = SUPER, O, Obsidian, exec, uwsm app -- obsidian -disable-gpu
bindd = SUPER, slash, Passwords, exec, uwsm app -- 1password

bindd = SUPER, A, ChatGPT, exec, $webapp="https://chatgpt.com"
bindd = SUPER, A, ChatGPT, exec, gtk-launch ChatGPT
bindd = SUPER SHIFT, A, Grok, exec, $webapp="https://grok.com"
bindd = SUPER, C, Calendar, exec, $webapp="https://app.hey.com/calendar/weeks/"
bindd = SUPER, E, Email, exec, $webapp="https://app.hey.com"
bindd = SUPER, Y, YouTube, exec, $webapp="https://youtube.com/"
bindd = SUPER SHIFT, G, WhatsApp, exec, $webapp="https://web.whatsapp.com/"
bindd = SUPER ALT, G, Google Messages, exec, $webapp="https://messages.google.com/web/conversations"
bindd = SUPER, X, X, exec, $webapp="https://x.com/"
bindd = SUPER, C, Calendar, exec, gtk-launch HEY
bindd = SUPER, E, Email, exec, gtk-launch HEY
bindd = SUPER, Y, YouTube, exec, gtk-launch YouTube
bindd = SUPER SHIFT, G, WhatsApp, exec, gtk-launch WhatsApp
bindd = SUPER ALT, G, Google Messages, exec, gtk-launch "Google Messages"
bindd = SUPER, X, X, exec, gtk-launch X
bindd = SUPER SHIFT, X, X Post, exec, $webapp="https://x.com/compose/post"

# Overwrite existing bindings, like putting Omarchy Menu on Super + Space
Expand Down