From 21cc6a6bc38e6a2fc5eb0e30b19fc559cb4186e8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 23 Dec 2025 12:38:51 -0800 Subject: Remove keybindings from herbstluftwm These are handled by sxhkd now. --- oni/home/config/common.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm index be9ecfc..82c8a44 100644 --- a/oni/home/config/common.scm +++ b/oni/home/config/common.scm @@ -79,9 +79,6 @@ ((mod4 space) . "herbstclient or , and . compare tags.focus.curframe_wcount = 2 . cycle_layout +1 vertical horizontal max vertical grid , cycle_layout +1") ((mod4 BackSpace) . "herbstclient cycle_monitor") ((mod4 u) . "herbstclient jumpto urgent") - ((XF86AudioPlay) . "herbstclient spawn mpc toggle") - ((XF86AudioNext) . "herbstclient spawn mpc next") - ((XF86AudioPrev) . "herbstclient spawn mpc prev") ((mod4 c) ("1" . "herbstclient move_index 0") ("2" . "herbstclient move_index 1") -- cgit v1.3-2-g0d8e