mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
use uwsm to properly wrap applications
This commit is contained in:
@ -19,20 +19,20 @@ source = ~/.local/share/omarchy/default/hypr/windows.conf
|
|||||||
source = ~/.config/omarchy/current/theme/hyprland.conf
|
source = ~/.config/omarchy/current/theme/hyprland.conf
|
||||||
|
|
||||||
# Application bindings
|
# Application bindings
|
||||||
$terminal = alacritty
|
$terminal = uwsm app -- alacritty
|
||||||
$browser = chromium --new-window --ozone-platform=wayland
|
$browser = uwsm app -- chromium --new-window --ozone-platform=wayland
|
||||||
$webapp = $browser --app
|
$webapp = $browser --app
|
||||||
|
|
||||||
bind = SUPER, return, exec, $terminal
|
bind = SUPER, return, exec, $terminal
|
||||||
bind = SUPER, F, exec, nautilus --new-window
|
bind = SUPER, F, exec, uwsm app -- nautilus --new-window
|
||||||
bind = SUPER, B, exec, $browser
|
bind = SUPER, B, exec, $browser
|
||||||
bind = SUPER, M, exec, spotify
|
bind = SUPER, M, exec, uwsm app -- spotify
|
||||||
bind = SUPER, N, exec, $terminal -e nvim
|
bind = SUPER, N, exec, $terminal -e nvim
|
||||||
bind = SUPER, T, exec, $terminal -e btop
|
bind = SUPER, T, exec, $terminal -e btop
|
||||||
bind = SUPER, D, exec, $terminal -e lazydocker
|
bind = SUPER, D, exec, $terminal -e lazydocker
|
||||||
bind = SUPER, G, exec, signal-desktop
|
bind = SUPER, G, exec, uwsm app -- signal-desktop
|
||||||
bind = SUPER, O, exec, obsidian -disable-gpu
|
bind = SUPER, O, exec, uwsm app -- obsidian -disable-gpu
|
||||||
bind = SUPER, slash, exec, 1password
|
bind = SUPER, slash, exec, uwsm app -- 1password
|
||||||
|
|
||||||
bind = SUPER, A, exec, $webapp="https://chatgpt.com"
|
bind = SUPER, A, exec, $webapp="https://chatgpt.com"
|
||||||
bind = SUPER SHIFT, A, exec, $webapp="https://grok.com"
|
bind = SUPER SHIFT, A, exec, $webapp="https://grok.com"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Launching
|
# Launching
|
||||||
bind = SUPER, space, exec, pkill wofi || wofi --show drun -O alphabetical
|
bind = SUPER, space, exec, pkill wofi || uwsm app -- "$(wofi --show drun --sort-order=alphabetical --style="$HOME/.local/share/omarchy/default/wofi/search.css" --define=drun-print_desktop_file=true | sed -E "s/(\.desktop) /\1:/")"
|
||||||
bind = SUPER, K, exec, pkill wofi || ~/.local/share/omarchy/bin/omarchy-show-keybindings
|
bind = SUPER, K, exec, pkill wofi || ~/.local/share/omarchy/bin/omarchy-show-keybindings
|
||||||
|
|
||||||
# Aesthetics
|
# Aesthetics
|
||||||
|
Reference in New Issue
Block a user