default-config: Bind Mod+O to toggle-overview

This commit is contained in:
Ivan Molodetskikh
2025-04-25 10:36:59 +03:00
parent 1835b532d9
commit 3fe67549b4
+5
View File
@@ -350,6 +350,11 @@ binds {
XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; }
XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; }
// Open/close the Overview: a zoomed-out view of workspaces and windows.
// You can also move the mouse into the top-left hot corner,
// or do a four-finger swipe up on a touchpad.
Mod+O { toggle-overview; }
Mod+Q { close-window; }
Mod+Left { focus-column-left; }