Disable empty labels in bspwm and increase lock delay
This commit is contained in:
parent
82530df76e
commit
2de99da8e7
2 changed files with 3 additions and 3 deletions
|
|
@ -163,7 +163,7 @@ in
|
|||
focused = colors.selected // common;
|
||||
occupied = colors.active // common;
|
||||
urgent = colors.active // common // { background = colors.alert; };
|
||||
empty = colors.normal // common;
|
||||
empty = colors.normal // common // { text = ""; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ in
|
|||
timers = [
|
||||
{
|
||||
command = lockCmd;
|
||||
delay = 120;
|
||||
delay = 300;
|
||||
}
|
||||
{
|
||||
command = xscreensaverCmd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue