Added Smart Highlighting for mapped workspaces. (#288)
* Improved workspace highlighting and added smart highlight option * Added to default workspace variant. * Remove hover effects * Remove unused functions. * Remove unused hover properties * Remove unused variable from utils. * Make hideUnoccupied the default option
This commit is contained in:
@@ -188,6 +188,7 @@ const options = mkOptions(OPTIONS, {
|
||||
workspaces: {
|
||||
background: opt(colors.base2),
|
||||
enableBorder: opt(false),
|
||||
smartHighlight: opt(true),
|
||||
border: opt(colors.pink),
|
||||
available: opt(colors.sky),
|
||||
occupied: opt(colors.flamingo),
|
||||
@@ -874,7 +875,7 @@ const options = mkOptions(OPTIONS, {
|
||||
workspaces: opt(10),
|
||||
spacing: opt(1),
|
||||
monitorSpecific: opt(true),
|
||||
hideUnoccupied: opt(false),
|
||||
hideUnoccupied: opt(true),
|
||||
workspaceMask: opt(false),
|
||||
reverse_scroll: opt(false),
|
||||
scroll_speed: opt(5),
|
||||
|
||||
Reference in New Issue
Block a user