i3/polybar updates
This commit is contained in:
parent
a6008c6444
commit
276c8e9b67
|
@ -74,10 +74,10 @@ bindsym $mod+Shift+Up move up
|
||||||
bindsym $mod+Shift+Right move right
|
bindsym $mod+Shift+Right move right
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in horizontal orientation
|
||||||
bindsym $mod+ctrl+h split h
|
bindsym $mod+ctrl+l split h
|
||||||
|
|
||||||
# split in vertical orientation
|
# split in vertical orientation
|
||||||
bindsym $mod+ctrl+v split v
|
bindsym $mod+ctrl+j split v
|
||||||
|
|
||||||
# change container layout (stacked, tabbed, toggle split)
|
# change container layout (stacked, tabbed, toggle split)
|
||||||
bindsym $mod+m layout toggle stacked split
|
bindsym $mod+m layout toggle stacked split
|
||||||
|
|
|
@ -167,7 +167,7 @@ label-maxlen = 80
|
||||||
|
|
||||||
[module/i3]
|
[module/i3]
|
||||||
type = internal/i3
|
type = internal/i3
|
||||||
pin-workspaces = true
|
pin-workspaces = false
|
||||||
show-urgent = true
|
show-urgent = true
|
||||||
index-sort = true
|
index-sort = true
|
||||||
enable-click = true
|
enable-click = true
|
||||||
|
@ -179,8 +179,10 @@ label-unfocused-font=3
|
||||||
label-separator-padding = 2
|
label-separator-padding = 2
|
||||||
label-focused = %index%
|
label-focused = %index%
|
||||||
label-unfocused = %index%
|
label-unfocused = %index%
|
||||||
label-mode = %mode%
|
label-visible = %index%
|
||||||
|
label-visible-mode = %mode%
|
||||||
label-mode-padding = 3
|
label-mode-padding = 3
|
||||||
|
label-visible-padding = 3
|
||||||
label-mode-background = ${colors.blue}
|
label-mode-background = ${colors.blue}
|
||||||
|
|
||||||
[module/battery]
|
[module/battery]
|
||||||
|
|
Loading…
Reference in New Issue