From 276c8e9b678a890afcc80115b1a90988a0df15cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Av=C3=A9?= <email@thomasave.be>
Date: Mon, 22 May 2023 00:00:40 +0200
Subject: [PATCH] i3/polybar updates

---
 i3/config          | 4 ++--
 polybar/config.ini | 6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/i3/config b/i3/config
index 7c90f89..437e6e0 100644
--- a/i3/config
+++ b/i3/config
@@ -74,10 +74,10 @@ bindsym $mod+Shift+Up move up
 bindsym $mod+Shift+Right move right
 
 # split in horizontal orientation
-bindsym $mod+ctrl+h split h
+bindsym $mod+ctrl+l split h
 
 # split in vertical orientation
-bindsym $mod+ctrl+v split v
+bindsym $mod+ctrl+j split v
 
 # change container layout (stacked, tabbed, toggle split)
 bindsym $mod+m layout toggle stacked split
diff --git a/polybar/config.ini b/polybar/config.ini
index 5af4e1c..c552781 100644
--- a/polybar/config.ini
+++ b/polybar/config.ini
@@ -167,7 +167,7 @@ label-maxlen = 80
 
 [module/i3]
 type = internal/i3
-pin-workspaces = true
+pin-workspaces = false
 show-urgent = true
 index-sort = true
 enable-click = true
@@ -179,8 +179,10 @@ label-unfocused-font=3
 label-separator-padding = 2
 label-focused = %index%
 label-unfocused = %index%
-label-mode = %mode%
+label-visible = %index%
+label-visible-mode = %mode%
 label-mode-padding = 3
+label-visible-padding = 3
 label-mode-background = ${colors.blue}
 
 [module/battery]