/ lemurs upd

This commit is contained in:
committer
2024-05-19 21:29:48 -05:00
parent 50ce728a0b
commit 045d022164
3 changed files with 16 additions and 10 deletions

View File

@@ -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_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 nitrogen
exec --no-startup-id nitrogen --restore
# screen off after 30 min (1800 sec)
exec_always --no-startup-id xset dpms 0 0 1800;

1
dots/lemurs/i3 Normal file
View File

@@ -0,0 +1 @@
startx &

View File

@@ -245,16 +245,21 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
# lemurs (display/login manager)
file_name=.xinitrc
file_name=config
file_path=/etc/lemurs/wms
if [ -f ${file_path}/${file_name} ] ; then
echo ""
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
mkdir -p ${file_path}
deploy_file "${dots_trg}/lemurs/*" "${file_path}/"
#file_name=.xinitrc
#file_path=/etc/lemurs/wms
#if [ -f ${file_path}/${file_name} ] ; then
# echo ""
# 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