foot: inhibit notification when focused
This commit is contained in:
parent
4ed12aebcb
commit
d251ba15c3
|
@ -35,10 +35,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
# term = "xterm-256color";
|
|
||||||
pad = "10x10";
|
pad = "10x10";
|
||||||
locked-title = false;
|
locked-title = false;
|
||||||
notify-focus-inhibit = false;
|
notify-focus-inhibit = true;
|
||||||
selection-target = "both";
|
selection-target = "both";
|
||||||
};
|
};
|
||||||
bell = {
|
bell = {
|
||||||
|
|
Loading…
Reference in a new issue