added modeline on compton.conf, sysctl.conf
This commit is contained in:
parent
922a53964c
commit
6c34201cd3
2 changed files with 4 additions and 0 deletions
|
@ -75,3 +75,5 @@ wintypes: {
|
||||||
focus = true;
|
focus = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# vim: set ft=c:
|
||||||
|
|
|
@ -12,3 +12,5 @@ net.ipv4.tcp_keepalive_intvl = 15
|
||||||
net.ipv4.tcp_keepalive_probes = 3
|
net.ipv4.tcp_keepalive_probes = 3
|
||||||
net.ipv4.tcp_syncookies = 1
|
net.ipv4.tcp_syncookies = 1
|
||||||
net.ipv4.tcp_tw_reuse = 1
|
net.ipv4.tcp_tw_reuse = 1
|
||||||
|
|
||||||
|
# vim: set ft=cfg:
|
||||||
|
|
Loading…
Reference in a new issue