config: allow capturing only selected workspaces
This commit is contained in:
parent
de71be0674
commit
9c7299234a
14 changed files with 224 additions and 4 deletions
|
|
@ -86,6 +86,8 @@ colors! {
|
|||
background = (0x00, 0x10, 0x19),
|
||||
unfocused_title_background = (0x22, 0x22, 0x22),
|
||||
focused_title_background = (0x28, 0x55, 0x77),
|
||||
captured_unfocused_title_background = (0x22, 0x03, 0x03),
|
||||
captured_focused_title_background = (0x77, 0x28, 0x31),
|
||||
focused_inactive_title_background = (0x5f, 0x67, 0x6a),
|
||||
unfocused_title_text = (0x88, 0x88, 0x88),
|
||||
focused_title_text = (0xff, 0xff, 0xff),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue