From 8d16d01f9d1a375637b7f215e75548e7115ae2e5 Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Fri, 4 Apr 2025 22:48:03 +0200 Subject: [PATCH] tmux+i3 tweaks --- i3/config | 1 + tmux/tmux.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 13f5dda..383eec4 100644 --- a/i3/config +++ b/i3/config @@ -28,6 +28,7 @@ floating_modifier $mod exec --no-startup-id pulseaudio exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id nm-applet +exec --no-startup-id volumeicon exec --no-startup-id nitrogen --restore exec --no-startup-id pamac-tray exec --no-startup-id xautolock -time 10 -locker blurlock diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 88f18ed..ac2ffb3 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -104,8 +104,8 @@ bind S split-window -fv -c "#{pane_current_path}" # Change layouts bind o rotate-window bind Space next-layout -bind M-- select-layout even-horizontal -bind M-| select-layout even-vertical +bind = select-layout even-horizontal +bind / select-layout even-vertical bind K swap-pane -d -t "{up-of}" bind J swap-pane -d -t "{down-of}" bind H swap-pane -d -t "{left-of}"