mirror of https://github.com/fairyglade/ly.git
update config comments
This commit is contained in:
parent
be5a68dd1d
commit
b7e37ce1b7
|
|
@ -222,6 +222,8 @@ vi_default_mode = normal
|
||||||
vi_mode = false
|
vi_mode = false
|
||||||
|
|
||||||
# Wayland desktop environments
|
# Wayland desktop environments
|
||||||
|
# You can specify multiple directories,
|
||||||
|
# e.g. /usr/share/wayland-sessions:/usr/local/share/wayland-sessions
|
||||||
waylandsessions = $PREFIX_DIRECTORY/share/wayland-sessions
|
waylandsessions = $PREFIX_DIRECTORY/share/wayland-sessions
|
||||||
|
|
||||||
# Xorg server command
|
# Xorg server command
|
||||||
|
|
@ -235,4 +237,6 @@ xauth_cmd = $PREFIX_DIRECTORY/bin/xauth
|
||||||
xinitrc = ~/.xinitrc
|
xinitrc = ~/.xinitrc
|
||||||
|
|
||||||
# Xorg desktop environments
|
# Xorg desktop environments
|
||||||
|
# You can specify multiple directories,
|
||||||
|
# e.g. /usr/share/xsessions:/usr/local/share/xsessions
|
||||||
xsessions = $PREFIX_DIRECTORY/share/xsessions
|
xsessions = $PREFIX_DIRECTORY/share/xsessions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue