config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit 6671864d4ef7eb34f5c1a253d0184b2838a250eb
parent d6dafa4d60ca04d1f0fa7864e2a65bc095a3f6ba
Author: dwrz <dwrz@dwrz.net>
Date:   Thu,  7 Dec 2023 16:34:34 +0000

Update i3 config

Diffstat:
Mi3/config | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/i3/config b/i3/config @@ -41,6 +41,7 @@ bindsym $mod+Shift+9 move container to workspace $workspace9 bindsym $mod+Shift+Return exec "i3-sensible-terminal" bindsym $mod+Shift+apostrophe kill bindsym $mod+Shift+j reload +bindsym $mod+Shift+minus exec "i3lock -c ffffff -f" bindsym $mod+Shift+n move down bindsym $mod+Shift+p restart bindsym $mod+Shift+r move up @@ -49,12 +50,14 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+t move left bindsym $mod+Shift+x exec "i3-nagbar -t warning -m 'Exit?' -b 'Yes.' 'i3-msg exit'" bindsym $mod+a focus parent +bindsym $mod+b exec "firefox" +bindsym $mod+bracketleft workspace prev +bindsym $mod+bracketright workspace next bindsym $mod+c split v bindsym $mod+comma layout tabbed bindsym $mod+e exec "rofi -show combi -show-icons" -bindsym $mod+minus exec "dunstctl close-all" bindsym $mod+l split h -bindsym $mod+Shift+minus exec "i3lock -c ffffff -f" +bindsym $mod+minus exec "dunstctl close-all" bindsym $mod+n focus down bindsym $mod+o focus child bindsym $mod+period layout toggle split