Compare commits

...

3 Commits

2 changed files with 4 additions and 2 deletions

4
config
View File

@ -105,7 +105,6 @@ assign [class="Mumble"] 2
set $left eDP1
set $right HDMI2
# workspace to monitor mapping
workspace 1 output $left
workspace 2 output $right
@ -223,6 +222,7 @@ for_window [class="Gvbam"] floating enable
for_window [class="Gmusicbrowser"] floating enable
for_window [class="File-roller"] floating enable
for_window [class="Bitmessagemain.py"] floating enable
for_window [class="keepassxc"] floating enable
# scratchpad
# Make the currently focused window a scratchpad
@ -266,6 +266,8 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
tray_output $left
status_command i3status --config ~/.config/i3/i3status.config
# | dzen2 -fg white -ta r -w 1290 fn "-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso8859-1"

View File

@ -83,7 +83,7 @@ cpu_usage {
memory {
format = "%used"
threshold_degraded = "10%"
threshold_degraded = "15%"
format_degraded = "MEMORY: %free"
}