Commit 31794982 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Switch to mod+q not toggling but now creating a split tabbed container from...

Switch to mod+q not toggling but now creating a split tabbed container from current window.  Just my personal preference (trying out).  i3Status changed to give more info for disk usage status).
parent 35ba772c
......@@ -103,7 +103,7 @@ bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_
# split orientation
bindsym $mod+h split h;exec notify-send 'tile horizontally'
bindsym $mod+v split v;exec notify-send 'tile vertically'
bindsym $mod+q split toggle
bindsym $mod+q split h; layout tabbed
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
......
......@@ -51,10 +51,9 @@ load {
}
disk "/" {
# format = " hdd %avail "
# prefix_type = decimal
prefix_type = decimal
# format = " ⛁ %used / %total (%percentage_used)"
format = " ⛁ %percentage_used "
format = " ⛁ %percentage_used (%used/%total) "
}
whatismyip {
......@@ -77,7 +76,7 @@ ethernet _first_ {
}
net_rate {
format_value = "[\?min_length=10 {value:.1f} {unit}]"
format_value = "[\?min_length=10 {value:.1f} {unit}]"
si_units = "True"
format = "{down}⇣ {up}⇡"
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment