mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
41 lines
2.2 KiB
Plaintext
41 lines
2.2 KiB
Plaintext
# Menus
|
|
bindd = SUPER, SPACE, Launch apps, exec, omarchy-launch-walker
|
|
bindd = SUPER CTRL, E, Emoji picker, exec, omarchy-launch-walker -m symbols
|
|
bindd = SUPER ALT, SPACE, Omarchy menu, exec, omarchy-menu
|
|
bindd = SUPER, ESCAPE, Power menu, exec, omarchy-menu system
|
|
bindld = , XF86PowerOff, Power menu, exec, omarchy-menu system
|
|
bindd = SUPER, K, Show key bindings, exec, omarchy-menu-keybindings
|
|
bindd = , XF86Calculator, Calculator, exec, gnome-calculator
|
|
|
|
# Aesthetics
|
|
bindd = SUPER SHIFT, SPACE, Toggle top bar, exec, omarchy-toggle-waybar
|
|
bindd = SUPER CTRL, SPACE, Next background in theme, exec, omarchy-theme-bg-next
|
|
bindd = SUPER SHIFT CTRL, SPACE, Pick new theme, exec, omarchy-menu theme
|
|
bindd = SUPER, BACKSPACE, Toggle window transparency, exec, hyprctl dispatch setprop "address:$(hyprctl activewindow -j | jq -r '.address')" opaque toggle
|
|
bindd = SUPER SHIFT, BACKSPACE, Toggle workspace gaps, exec, omarchy-cmd-workspace-toggle-gaps
|
|
|
|
# Notifications
|
|
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"
|
|
|
|
# Toggle idling
|
|
bindd = SUPER CTRL, I, Toggle locking on idle, exec, omarchy-toggle-idle
|
|
|
|
# Toggle nightlight
|
|
bindd = SUPER CTRL, N, Toggle nightlight, exec, omarchy-toggle-nightlight
|
|
|
|
# Control Apple Display brightness
|
|
bindd = CTRL, F1, Apple Display brightness down, exec, omarchy-cmd-apple-display-brightness -5000
|
|
bindd = CTRL, F2, Apple Display brightness up, exec, omarchy-cmd-apple-display-brightness +5000
|
|
bindd = SHIFT CTRL, F2, Apple Display full brightness, exec, omarchy-cmd-apple-display-brightness +60000
|
|
|
|
# Captures
|
|
bindd = , PRINT, Screenshot, exec, omarchy-cmd-screenshot
|
|
bindd = SHIFT, PRINT, Screenshot, exec, omarchy-cmd-screenshot smart clipboard
|
|
bindd = ALT, PRINT, Screenrecording, exec, omarchy-menu screenrecord
|
|
bindd = SUPER, PRINT, Color picking, exec, pkill hyprpicker || hyprpicker -a
|
|
|
|
# File sharing
|
|
bindd = CTRL SUPER, S, Share, exec, omarchy-menu share
|