2025-07-13 17:27:33 -07:00
|
|
|
# Launching
|
2025-08-03 11:48:53 +02:00
|
|
|
bindd = SUPER, space, Launch apps, 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-08-03 11:48:53 +02:00
|
|
|
bindd = SUPER SHIFT, SPACE, Toggle top bar, exec, pkill -SIGUSR1 waybar
|
|
|
|
bindd = SUPER CTRL, SPACE, Next background in theme, exec, ~/.local/share/omarchy/bin/omarchy-theme-bg-next
|
|
|
|
bindd = SUPER SHIFT CTRL, SPACE, Pick new theme, exec, ~/.local/share/omarchy/bin/omarchy-theme-menu
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Notifications
|
2025-08-03 11:48:53 +02:00
|
|
|
bindd = SUPER, comma, Dismiss last notification, exec, makoctl dismiss
|
|
|
|
bindd = SUPER SHIFT, comma, Dismiss all notifications, exec, makoctl dismiss --all
|
|
|
|
bindd = SUPER CTRL, comma, Toggle silencing notifications, 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-08-03 11:48:53 +02:00
|
|
|
bindd = SUPER CTRL, I, Toggle locking on idle, 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
|
2025-08-03 12:03:59 +02:00
|
|
|
bindd = SUPER CTRL, N, Toggle nightlight, exec, ~/.local/share/omarchy/bin/omarchy-toggle-nightlight
|
2025-08-03 04:26:59 -04:00
|
|
|
|
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 11:48:53 +02:00
|
|
|
bindd = , PRINT, Screenshot of region, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenshot
|
|
|
|
bindd = SHIFT, PRINT, Screenshot of window, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenshot window
|
|
|
|
bindd = CTRL, PRINT, 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
|
2025-08-03 11:48:53 +02:00
|
|
|
bindd = ALT, PRINT, Screen record a region, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenrecord
|
|
|
|
bindd = CTRL ALT, PRINT, Screen record 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
|