mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00

* Add theme menu for quick theme switching * Bind theme menu * Fix current theme being selected * Replace omarchy-theme-next binding with theme menu * Add omarchy-theme-set and refactor theme menu script * Add solid black fallback if background image does not exist in current theme
33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
# Launching
|
|
bind = SUPER, space, exec, pkill wofi || wofi --show drun --sort-order=alphabetical --style="$HOME/.local/share/omarchy/default/wofi/search.css"
|
|
bind = SUPER, K, exec, ~/.local/share/omarchy/bin/omarchy-show-keybindings
|
|
|
|
# Aesthetics
|
|
bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar
|
|
bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/swaybg-next
|
|
bind = SUPER SHIFT CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-menu
|
|
|
|
# Notifications
|
|
bind = SUPER, comma, exec, makoctl dismiss
|
|
bind = SUPER SHIFT, comma, exec, makoctl dismiss --all
|
|
bind = SUPER CTRL, comma, exec, makoctl mode -t do-not-disturb && makoctl mode | grep -q 'do-not-disturb' && notify-send "Silenced notifications" || notify-send "Enabled notifications"
|
|
|
|
# Power menu controls lock, suspend, relaunch, restart, shutdown
|
|
bind = SUPER, ESCAPE, exec, ~/.local/share/omarchy/bin/omarchy-power-menu
|
|
|
|
# Toggle idling
|
|
bind = SUPER CTRL, I, exec, ~/.local/share/omarchy/bin/omarchy-toggle-idle
|
|
|
|
# Control Apple Display brightness
|
|
bind = CTRL, F1, exec, ~/.local/share/omarchy/bin/apple-display-brightness -5000
|
|
bind = CTRL, F2, exec, ~/.local/share/omarchy/bin/apple-display-brightness +5000
|
|
bind = SHIFT CTRL, F2, exec, ~/.local/share/omarchy/bin/apple-display-brightness +60000
|
|
|
|
# Screenshots
|
|
bind = , PRINT, exec, hyprshot -m region
|
|
bind = SHIFT, PRINT, exec, hyprshot -m window
|
|
bind = CTRL, PRINT, exec, hyprshot -m output
|
|
|
|
# Color picker
|
|
bind = SUPER, PRINT, exec, hyprpicker -a
|