1 diff -upr slim-1.4.0.orig/slim.conf slim-1.4.0/slim.conf
2 --- slim-1.4.0.orig/slim.conf 2023-05-14 11:57:33.114337665 +0300
3 +++ slim-1.4.0/slim.conf 2023-05-14 11:58:16.718957988 +0300
4 @@ -43,8 +43,6 @@ login_cmd exec /bin/bash -logi
6 # sessionstart_cmd some command
7 # sessionstop_cmd some command
8 -sessionstart_cmd /usr/bin/sessreg -a -l "$DISPLAY" %user
9 -sessionstop_cmd /usr/bin/sessreg -d -l "$DISPLAY" %user
11 # Start in daemon mode. Valid values: yes | no
12 # Note that this can be overridden by the command line options "-d" and "-n"