Skip to content

Commit 5d4fb13

Browse files
committed
feat(keybinds): add toggle overview keybinding
1 parent cf8a1a8 commit 5d4fb13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

home/dot_config/hypr/hyprland/keybinds.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ bindd = $mainMod, X, Toggle split, togglesplit
2323
bindd = $mainMod, F, Toggle fake fullscreen, fullscreen, 1
2424
bindd = $mainMod SHIFT, F, Toggle real fullscreen, fullscreen, 0
2525
bindd = $mainMod, P, Toggle pseudo mode, pseudo
26+
bindd = $maimMod, TAB, Toggle Overview, exec, $overview
2627

2728
# Window Movement
2829
bindd = $mainMod SHIFT, LEFT, Move window left, movewindow, l

home/dot_config/hypr/variables.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $powermenu = $rofiscripts/powermenu
2828
# ======================================================================
2929
# DEFAULT UTILITIES
3030
# ======================================================================
31+
$overview = dms ipc call hypr toggleOverview
3132
$night-mode = dms ipc call night toggle || pkill gammastep || gammastep -O 4500 &
3233
$notepad = dms ipc call notepad toggle || uwsm-exec obsidian
3334
$volume-up = dms ipc call audio increment 5 || wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+

0 commit comments

Comments
 (0)