alacritty support
This commit is contained in:
parent
a1a82bd395
commit
9bc10ed984
2
snippy
2
snippy
@ -68,7 +68,7 @@ bashdown(){
|
||||
|
||||
is_gui(){
|
||||
name="$(xprop -id "$(xdotool getwindowfocus)" WM_CLASS | cut -d'"' -f2 | tr '[:upper:]' '[:lower:]')"
|
||||
[[ "$name" =~ term|tilda|kitty ]] && return 1
|
||||
[[ "$name" =~ term|tilda|kitty|alacritty ]] && return 1
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user