Commit 22c533c7 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'development'

parents 5302fa62 396f079a
...@@ -9,8 +9,7 @@ set $mod Mod4 ...@@ -9,8 +9,7 @@ set $mod Mod4
# Configure border style <normal|1pixel|pixel xx|none|pixel> # Configure border style <normal|1pixel|pixel xx|none|pixel>
#new_window pixel 1 #new_window pixel 1
new_window normal for_window [class=".*"] border normal
new_float normal
# Hide borders <none|vertical|horizontal|both|smart> # Hide borders <none|vertical|horizontal|both|smart>
hide_edge_borders smart hide_edge_borders smart
...@@ -122,8 +121,8 @@ bindsym $mod+w layout tabbed;exec notify-send 'tabbed layout' ...@@ -122,8 +121,8 @@ bindsym $mod+w layout tabbed;exec notify-send 'tabbed layout'
bindsym $mod+Mod1+w split h; layout tabbed bindsym $mod+Mod1+w split h; layout tabbed
# special combo for vertical split of two windows next to each other # special combo for vertical split of two windows next to each other
bindsym $mod+x layout splith, split v, focus right, move left, focus up bindsym $mod+x split h, layout splitv, focus right, move left, focus up
bindsym $mod+Shift+x layout splith, split v, focus left, move right, move up, focus down bindsym $mod+Shift+x split h, layout splitv, focus left, move right, move up, focus down
# special combo for tabbed split of two windows next to each other # special combo for tabbed split of two windows next to each other
bindsym $mod+z split h, layout tabbed, focus right, move left, focus left bindsym $mod+z split h, layout tabbed, focus right, move left, focus left
...@@ -132,6 +131,10 @@ bindsym $mod+Shift+z split h, layout tabbed, focus left, move right, focus right ...@@ -132,6 +131,10 @@ bindsym $mod+Shift+z split h, layout tabbed, focus left, move right, focus right
# toggle fullscreen mode for the focused container # toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle bindsym $mod+f fullscreen toggle
# several 16:9 resolutions binded for quick switching
bindsym $mod+bracketleft exec xrandr -s 1280x720
bindsym $mod+bracketright exec xrandr -s 1920x1080
# toggle tiling / floating # toggle tiling / floating
bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+space floating toggle
bindsym $mod+space floating toggle resize set 1920 1055; exec xdotool getactivewindow windowmove 2 23 bindsym $mod+space floating toggle resize set 1920 1055; exec xdotool getactivewindow windowmove 2 23
...@@ -423,7 +426,7 @@ set $indcolor #00ff00 ...@@ -423,7 +426,7 @@ set $indcolor #00ff00
# Set inner/outer gaps # Set inner/outer gaps
gaps inner 6 gaps inner 6
gaps outer 0 gaps outer -6
# Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size. # Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size.
# gaps inner|outer current|all set|plus|minus <px> # gaps inner|outer current|all set|plus|minus <px>
......
...@@ -21,8 +21,8 @@ order += "wireless _first_" ...@@ -21,8 +21,8 @@ order += "wireless _first_"
order += "ethernet _first_" order += "ethernet _first_"
# order += "load" # order += "load"
order += "cpu_usage" order += "cpu_usage"
order += "disk /" #order += "disk /"
# order += "disk /home" order += "diskdata"
# order += "battery all" # order += "battery all"
order += "battery_level" order += "battery_level"
# order += "load" # order += "load"
...@@ -50,9 +50,10 @@ load { ...@@ -50,9 +50,10 @@ load {
# max_threshold = 0.3 # max_threshold = 0.3
} }
disk "/" { diskdata {
prefix_type = decimal prefix_type = decimal
format = " ⛁ %percentage_used (U:%used, F:%free) " #format_space = "[\?min_length=5 {value:.2f}]"
format = " ⛁ {used_percent}% (U:{used} GB, F:{free} GB) "
} }
whatismyip { whatismyip {
......
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