don't flash window if its the only one
This commit is contained in:
parent
51144bc904
commit
00258bc985
1 changed files with 1 additions and 1 deletions
2
.xinitrc
2
.xinitrc
|
@ -53,6 +53,6 @@ type unclutter >/dev/null 2>&1 && unclutter &
|
||||||
# if compton exists then we can start it as our compositor
|
# if compton exists then we can start it as our compositor
|
||||||
type compton >/dev/null 2>&1 && compton &
|
type compton >/dev/null 2>&1 && compton &
|
||||||
# same deal with flashfocus as our active window indicator
|
# same deal with flashfocus as our active window indicator
|
||||||
type flashfocus >/dev/null 2>&1 && flashfocus &
|
type flashfocus >/dev/null 2>&1 && flashfocus -l never &
|
||||||
|
|
||||||
type i3 >/dev/null 2>&1 && exec i3
|
type i3 >/dev/null 2>&1 && exec i3
|
||||||
|
|
Loading…
Reference in a new issue