added modeline on compton.conf, sysctl.conf

This commit is contained in:
Tobias Schmidl 2020-04-09 07:30:23 +02:00 committed by Tobias Schmidl
parent 922a53964c
commit 6c34201cd3
2 changed files with 4 additions and 0 deletions

View file

@ -75,3 +75,5 @@ wintypes: {
focus = true; focus = true;
}; };
}; };
# vim: set ft=c:

View file

@ -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: