mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
# Launching
|
|
bind = SUPER, space, exec, pkill wofi || wofi --show drun -O alphabetical
|
|
bind = SUPER, K, exec, pkill wofi || ~/.local/share/omarchy/bin/omarchy-menu-keybindings
|
|
|
|
# Aesthetics
|
|
bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar
|
|
bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-bg-next
|
|
bind = SUPER SHIFT CTRL, SPACE, exec, pkill wofi || ~/.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, pkill wofi || ~/.local/share/omarchy/bin/omarchy-menu-power
|
|
|
|
# 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/omarchy-apple-display-brightness -5000
|
|
bind = CTRL, F2, exec, ~/.local/share/omarchy/bin/omarchy-apple-display-brightness +5000
|
|
bind = SHIFT CTRL, F2, exec, ~/.local/share/omarchy/bin/omarchy-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
|