Compare commits
No commits in common. "2dcb3ecbca6a4663531ee5b04207a0900392ed6d" and "51df1cb3c00342b69c8b92101eabf7a55446fbf5" have entirely different histories.
2dcb3ecbca
...
51df1cb3c0
4
config
4
config
@ -105,6 +105,7 @@ assign [class="Mumble"] 2
|
||||
set $left eDP1
|
||||
set $right HDMI2
|
||||
|
||||
|
||||
# workspace to monitor mapping
|
||||
workspace 1 output $left
|
||||
workspace 2 output $right
|
||||
@ -222,7 +223,6 @@ 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,8 +266,6 @@ 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"
|
||||
|
||||
|
||||
@ -83,7 +83,7 @@ cpu_usage {
|
||||
|
||||
memory {
|
||||
format = "%used"
|
||||
threshold_degraded = "15%"
|
||||
threshold_degraded = "10%"
|
||||
format_degraded = "MEMORY: %free"
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user