From ea282a5569fc9da5e294869ad09141bab57331e7 Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 29 Feb 2024 12:54:50 +0100 Subject: [PATCH] Add a keybind to toggle the bar. --- .config/i3/keybinds.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/keybinds.conf b/.config/i3/keybinds.conf index 7863e5f..38189b4 100644 --- a/.config/i3/keybinds.conf +++ b/.config/i3/keybinds.conf @@ -1,4 +1,5 @@ # i3 keybinds. +bindsym $mod+b bar mode toggle bindsym $mod+f fullscreen toggle bindsym $mod+r mode "resize" bindsym $mod+Shift+q kill