2025-07-13 17:27:33 -07:00
|
|
|
# Launching
|
2025-07-20 17:17:42 -04:00
|
|
|
bind = SUPER, space, exec, walker
|
2025-08-03 10:11:29 +01:00
|
|
|
bindd = SUPER, K, Show key bindings, exec, ~/.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-20 17:17:42 -04:00
|
|
|
bind = SUPER SHIFT CTRL, SPACE, exec, ~/.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-08-03 10:11:29 +01:00
|
|
|
bindd = SUPER, ESCAPE, Power menu, exec, ~/.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
|
|
|
|
2025-08-03 04:26:59 -04:00
|
|
|
# Toggle nightlight
|
|
|
|
bind = SUPER CTRL, N, exec, ~/.local/share/omarchy/bin/omarchy-toggle-nightlight
|
|
|
|
|
2025-07-10 15:30:38 -07:00
|
|
|
# Control Apple Display brightness
|
2025-08-03 10:11:29 +01:00
|
|
|
bindd = CTRL, F1, Apple Display brightness down, exec, ~/.local/share/omarchy/bin/omarchy-cmd-apple-display-brightness -5000
|
|
|
|
bindd = CTRL, F2, Apple Display brightness up, exec, ~/.local/share/omarchy/bin/omarchy-cmd-apple-display-brightness +5000
|
|
|
|
bindd = SHIFT CTRL, F2, Apple Display full brightness, exec, ~/.local/share/omarchy/bin/omarchy-cmd-apple-display-brightness +60000
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Screenshots
|
2025-08-03 10:11:29 +01:00
|
|
|
bindd = , PRINT, Take screenshot, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenshot
|
|
|
|
bindd = SHIFT, PRINT, Take screenshot of window, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenshot window
|
|
|
|
bindd = CTRL, PRINT, Take screenshot of display, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenshot output
|
2025-07-10 15:30:38 -07:00
|
|
|
|
2025-08-03 10:11:29 +01:00
|
|
|
# Screen recordings
|
|
|
|
bindd = ALT, PRINT, Screen recording, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenrecord
|
|
|
|
bindd = CTRL ALT, PRINT, Screen recording of display, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenrecord output
|
2025-07-18 20:55:28 -07:00
|
|
|
|
2025-07-26 21:53:13 -04:00
|
|
|
# Screensaver
|
2025-08-03 10:11:29 +01:00
|
|
|
bindd = SUPER ALT, SPACE, Screensaver, exec, ~/.local/share/omarchy/bin/omarchy-launch-screensaver
|
2025-07-26 21:53:13 -04:00
|
|
|
|
2025-07-10 15:30:38 -07:00
|
|
|
# Color picker
|
2025-08-03 10:11:29 +01:00
|
|
|
bindd = SUPER, PRINT, Color picker, exec, hyprpicker -a
|