mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
52 lines
2.9 KiB
Plaintext
52 lines
2.9 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, System 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, Theme menu, 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-hyprland-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"
|
|
bindd = SUPER ALT, COMMA, Invoke last notification, exec, makoctl invoke
|
|
bindd = SUPER SHIFT ALT, COMMA, Restore last notification, exec, makoctl restore
|
|
|
|
# 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 with editing, exec, omarchy-cmd-screenshot
|
|
bindd = SHIFT, PRINT, Screenshot to clipboard, exec, omarchy-cmd-screenshot smart clipboard
|
|
bindd = ALT, PRINT, Screenrecording, exec, omarchy-menu screenrecord
|
|
bindd = SUPER, PRINT, Color picker, exec, pkill hyprpicker || hyprpicker -a
|
|
|
|
# File sharing
|
|
bindd = SUPER CTRL, S, Share, exec, omarchy-menu share
|
|
|
|
# Waybar-less information
|
|
bindd = SUPER CTRL ALT, T, Show time, exec, notify-send " $(date +"%A %H:%M — %d %B W%V %Y")"
|
|
bindd = SUPER CTRL ALT, B, Show battery remaining, exec, notify-send " Battery is at $(omarchy-battery-remaining)%"
|
|
|
|
# Control panels
|
|
bindd = SUPER CTRL, A, Audio controls, exec, omarchy-launch-audio
|
|
bindd = SUPER CTRL, B, Bluetooth controls, exec, omarchy-launch-bluetooth
|
|
bindd = SUPER CTRL, W, Wifi controls, exec, omarchy-launch-wifi
|
|
bindd = SUPER CTRL, T, Activity, exec, omarchy-launch-tui btop |