diff options
Diffstat (limited to 'x11/ly/files/patch-res_config.ini')
-rw-r--r-- | x11/ly/files/patch-res_config.ini | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/x11/ly/files/patch-res_config.ini b/x11/ly/files/patch-res_config.ini index 36c9c6df22ef..90f0c60ed8f4 100644 --- a/x11/ly/files/patch-res_config.ini +++ b/x11/ly/files/patch-res_config.ini @@ -1,12 +1,12 @@ ---- res/config.ini.orig 2020-02-02 23:51:05.000000000 -0800 -+++ res/config.ini 2021-02-02 19:37:58.212398000 -0800 +--- res/config.ini.orig 2020-07-28 15:35:08 UTC ++++ res/config.ini @@ -1,3 +1,5 @@ +# This is a FreeBSD-ready patched version of the upstream configuration file. + # animation enabled #animate = false #animate = true -@@ -52,12 +54,14 @@ +@@ -53,12 +55,14 @@ # cookie generator #mcookie_cmd = /usr/bin/mcookie @@ -16,19 +16,19 @@ #min_refresh_delta = 5 # default path - #path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin + #path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin +path = /sbin:/bin:%%LOCALBASE%%/sbin:%%LOCALBASE%%/bin:/usr/sbin:/usr/bin:/usr/bin/env # command executed when pressing F2 #restart_cmd = /sbin/shutdown -r now -@@ -67,12 +71,14 @@ +@@ -68,12 +72,14 @@ # file in which to save and load the default desktop and login #save_file = /etc/ly/save +save_file = %%ETCDIR%%/save - # service name (pam needs this set to login) - #service_name = login + # service name (set to ly to use the provided pam config file) + #service_name = ly # command executed when pressing F1 #shutdown_cmd = /sbin/shutdown -a now @@ -36,7 +36,7 @@ # terminal reset command (tput is faster) #term_reset_cmd = /usr/bin/tput reset -@@ -80,23 +86,32 @@ +@@ -81,8 +87,12 @@ # tty in use #tty = 2 @@ -49,6 +49,7 @@ # add wayland specifier to session names #wayland_specifier = false +@@ -90,15 +100,20 @@ # wayland desktop environments #waylandsessions = /usr/share/wayland-sessions |