
* Change launcher from wofi -> walker * Add migration * More wofi -> walker locations * Add rose pine theme * Rename refresh script * Minor improvements to walker + add uwsm * Back out running as service * Make these executable * Add plugins dir for now to resolve open issue 355 from v0.13.0 release * Replace pavucontrol with wiremix (#225) Add to install * Revert "Replace pavucontrol with wiremix (#225)" This reverts commit 620b397859698cdc8e6207d33533c70e0e795171. * Fix reference * Add libqalculate so calc works out of the box * Actually add libqalculate * Re-add media * Add catppuccin-latte * Final cleanup * Remove partially baked theme * Remove failing migration * Remove failing migration * Fix refresh script * Simplify css setup * Rearrange walker theme files * Change theme name * Remove unnecessary file * Clear everything * Only worry about the config file now * Disable load in animation for walker * Run walker as service * Make sure we have fresh package db * Add keybindings theme * Remove history * Explain section * Assume wofi is gone, only run if walker isn't there * Move as the latest --------- Co-authored-by: David Heinemeier Hansson <david@hey.com> Co-authored-by: Roeland <roel4d@webding.org>
37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
# Launching
|
|
bind = SUPER, space, exec, walker
|
|
bind = SUPER, K, exec, ~/.local/share/omarchy/bin/omarchy-menu-keybindings
|
|
|
|
# Aesthetics
|
|
bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar
|
|
bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-bg-next
|
|
bind = SUPER SHIFT CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-menu
|
|
|
|
# Notifications
|
|
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"
|
|
|
|
# Power menu controls lock, suspend, relaunch, restart, shutdown
|
|
bind = SUPER, ESCAPE, exec, ~/.local/share/omarchy/bin/omarchy-menu-power
|
|
|
|
# Toggle idling
|
|
bind = SUPER CTRL, I, exec, ~/.local/share/omarchy/bin/omarchy-toggle-idle
|
|
|
|
# Control Apple Display brightness
|
|
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
|
|
|
|
# Screenshots
|
|
bind = , PRINT, exec, omarchy-screenshot
|
|
bind = SHIFT, PRINT, exec, omarchy-screenshot window
|
|
bind = CTRL, PRINT, exec, omarchy-screenshot output
|
|
|
|
# Screenshots
|
|
bind = ALT, PRINT, exec, omarchy-screenrecord
|
|
bind = CTRL ALT, PRINT, exec, omarchy-screenrecord output
|
|
|
|
# Color picker
|
|
bind = SUPER, PRINT, exec, hyprpicker -a
|