Compare commits

..

No commits in common. "4dd1bf7c763acc25347df455c5739e5b0bd30d40" and "05ab60e41a320ca4396e5747dc9f9d85d1cbcafb" have entirely different histories.

3 changed files with 6 additions and 7 deletions

1
slim/.gitignore vendored
View file

@ -1 +0,0 @@
build

View file

@ -1,7 +1,7 @@
# Path, X server and arguments (if needed)
# Note: -xauth $authfile is automatically appended, vt07 appended if no
# vtxx argument given.
default_path /bin:/usr/bin:/usr/local/bin:.local/bin
default_path /bin:/usr/bin:/usr/local/bin
default_xserver /usr/bin/X
#xserver_arguments -dpi 75
xserver_arguments -nolisten tcp -deferglyphs 16
@ -25,7 +25,7 @@ console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login"
# Hide the mouse cursor (note: does not work with some WMs).
# Valid values: true|false
hidecursor false
#hidecursor false
# This command is executed after a succesful login.
# You can place the %session and %theme variables to handle launching of
@ -35,7 +35,7 @@ hidecursor false
# NOTE: if your system does not have bash you need to adjust the command
# according to your preferred shell, e.g. for freebsd use:
# login_cmd exec /bin/sh - ~/.xinitrc %session
login_cmd exec /bin/bash -login /usr/local/bin/startdwm
login_cmd exec /bin/bash -login ~/.xinitrc %session
# Commands executed when starting and exiting a session.
# They can be used for registering a X11 session with
@ -64,7 +64,7 @@ daemon yes
# displayed is the Name= value and the string substutited in place of
# %session is the Exec= value -- note that this may provide a full
# path to the session executable!
sessiondir /usr/local/share/xsessions
#sessiondir /usr/share/xsessions
# Executed when pressing F11 (requires imagemagick)
@ -100,7 +100,7 @@ wrong_passwd_timeout 0
# current theme, use comma separated list to specify a set to
# randomly choose from
current_theme suckless
current_theme default
# Lock file
lockfile /run/slim.pid
@ -117,7 +117,7 @@ logfile /var/log/slim.log
welcome_msg Welcome to %host
# Session message. Prepended to the session name when pressing F1
session_msg Session:
#session_msg Session:
# shutdown / reboot messages
shutdown_msg The system is halting...

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 15 KiB