mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
changed handling of focus, handling of view by type
This commit is contained in:
parent
780893a933
commit
11321ca2dd
12 changed files with 392 additions and 324 deletions
|
|
@ -8,7 +8,7 @@
|
|||
int colored = 1;
|
||||
int v = 0;
|
||||
|
||||
const char *verbosity_colors[] = {
|
||||
static const char *verbosity_colors[] = {
|
||||
"", // L_SILENT
|
||||
"\x1B[1;31m", // L_ERROR
|
||||
"\x1B[1;34m", // L_INFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue