/ lemurs upd
This commit is contained in:
@@ -206,7 +206,7 @@ bindsym Ctrl+Print exec --no-startup-id scrot -d 3 -e 'xclip $f -selection clipb
|
|||||||
exec --no-startup-id nextcloud
|
exec --no-startup-id nextcloud
|
||||||
exec_always --no-startup-id setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll; # keyboard layout switch
|
exec_always --no-startup-id setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll; # keyboard layout switch
|
||||||
exec --no-startup-id pasystray
|
exec --no-startup-id pasystray
|
||||||
exec --no-startup-id nitrogen
|
exec --no-startup-id nitrogen --restore
|
||||||
|
|
||||||
# screen off after 30 min (1800 sec)
|
# screen off after 30 min (1800 sec)
|
||||||
exec_always --no-startup-id xset dpms 0 0 1800;
|
exec_always --no-startup-id xset dpms 0 0 1800;
|
||||||
|
|||||||
1
dots/lemurs/i3
Normal file
1
dots/lemurs/i3
Normal file
@@ -0,0 +1 @@
|
|||||||
|
startx &
|
||||||
@@ -245,16 +245,21 @@ if [ ${operation} == "dots" ] ; then
|
|||||||
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
|
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
|
||||||
|
|
||||||
# lemurs (display/login manager)
|
# lemurs (display/login manager)
|
||||||
file_name=.xinitrc
|
file_name=config
|
||||||
file_path=/etc/lemurs/wms
|
file_path=/etc/lemurs/wms
|
||||||
if [ -f ${file_path}/${file_name} ] ; then
|
mkdir -p ${file_path}
|
||||||
echo ""
|
deploy_file "${dots_trg}/lemurs/*" "${file_path}/"
|
||||||
echo "softlink already exists: ${file_path}/${file_name}"
|
|
||||||
else
|
#file_name=.xinitrc
|
||||||
echo ""
|
#file_path=/etc/lemurs/wms
|
||||||
echo "creating soft link: ${file_path}/${file_name} ➔ /home/${user}/.xinitrc"
|
#if [ -f ${file_path}/${file_name} ] ; then
|
||||||
ln -s /home/${user}/.xinitrc /etc/lemurs/wms
|
# echo ""
|
||||||
fi
|
# echo "softlink already exists: ${file_path}/${file_name}"
|
||||||
|
#else
|
||||||
|
# echo ""
|
||||||
|
# echo "creating soft link: ${file_path}/${file_name} ➔ /home/${user}/.xinitrc"
|
||||||
|
# ln -s /home/${user}/.xinitrc /etc/lemurs/wms
|
||||||
|
#fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user