+ XWM
env variable to set x windowm manager
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
SYNCDIR_t470p=/home/poq/nextcloud/syncDir # format: SYNCDIR_[HOSTNAME]
|
||||
|
||||
XWM=i3 # {i3, qtile}
|
||||
|
||||
GTK_THEME=Adapta-Nokto
|
||||
|
||||
HYPRSHOT_DIR=/home/poq/syncDir/0_downloads # only in use for hyprland
|
||||
|
||||
@@ -32,5 +32,10 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||
unset f
|
||||
fi
|
||||
|
||||
if [ ${XWM} == "i3" ] ; then
|
||||
exec i3
|
||||
#exec qtile start
|
||||
elif [ ${XWM} == "qtile" ] ; then
|
||||
exec qtile start
|
||||
else
|
||||
echo "error: unknown environment variable XWM: '${XWM}'"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user