2025-07-13 17:27:33 -07:00
|
|
|
# Launching
|
2025-07-16 21:49:17 -07:00
|
|
|
bind = SUPER, space, exec, pkill wofi || wofi --show drun -O alphabetical
|
2025-07-17 15:04:46 -07:00
|
|
|
bind = SUPER, K, exec, pkill wofi || ~/.local/share/omarchy/bin/omarchy-menu-keybindings
|
2025-07-13 17:27:33 -07:00
|
|
|
|
2025-07-10 15:30:38 -07:00
|
|
|
# Aesthetics
|
2025-07-13 17:27:33 -07:00
|
|
|
bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar
|
2025-07-15 19:30:23 -07:00
|
|
|
bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-bg-next
|
2025-07-16 06:33:12 -07:00
|
|
|
bind = SUPER SHIFT CTRL, SPACE, exec, pkill wofi || ~/.local/share/omarchy/bin/omarchy-theme-menu
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Notifications
|
2025-07-13 17:27:33 -07:00
|
|
|
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"
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Power menu controls lock, suspend, relaunch, restart, shutdown
|
2025-07-17 15:04:46 -07:00
|
|
|
bind = SUPER, ESCAPE, exec, pkill wofi || ~/.local/share/omarchy/bin/omarchy-menu-power
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Toggle idling
|
2025-07-13 17:27:33 -07:00
|
|
|
bind = SUPER CTRL, I, exec, ~/.local/share/omarchy/bin/omarchy-toggle-idle
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Control Apple Display brightness
|
2025-07-15 19:30:23 -07:00
|
|
|
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
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Screenshots
|
2025-07-13 17:27:33 -07:00
|
|
|
bind = , PRINT, exec, hyprshot -m region
|
|
|
|
bind = SHIFT, PRINT, exec, hyprshot -m window
|
|
|
|
bind = CTRL, PRINT, exec, hyprshot -m output
|
2025-07-10 15:30:38 -07:00
|
|
|
|
2025-07-18 20:55:28 -07:00
|
|
|
# Screenshots
|
|
|
|
bind = ALT, PRINT, exec, omarchy-screenrecord
|
|
|
|
|
2025-07-10 15:30:38 -07:00
|
|
|
# Color picker
|
2025-07-13 17:27:33 -07:00
|
|
|
bind = SUPER, PRINT, exec, hyprpicker -a
|