Update sxhkd. Rewrote xsession.

This commit is contained in:
Mid Favila 2021-07-07 17:14:14 -03:00
parent 0c666fa150
commit b245b24c70
2 changed files with 4 additions and 3 deletions

View File

@ -28,7 +28,7 @@ ctrl + Pause ; p ; t
#Start GNU EMACS
ctrl + Pause ; p ; e
emacs
emacsclient -c
#Lock the screen
ctrl + Pause ; shift + L

View File

@ -41,8 +41,8 @@ start_ui()
xwallpaper --no-randr --stretch "${FXDE_DIR}/fxde-assets/wallpaper/${PAPE}"
#Start our status bar.
"$FXDE_DIR/fxde-core/scripts/bar.sh"|lemonbar -b -F '#000000' -g26
'#00000000' -f xft:family=Liberation:style=Mono:size=9: &
"$FXDE_DIR/fxde-core/scripts/bar.sh"|lemonbar -b -F '#000000' -g265x16+0+0 \
-B '#00000000' -f xft:family=Liberation:style=Mono:size=9: &
#Spawn a system tray.
stalonetray --window-type desktop --icon-gravity N -v -t --grow-gravity S \
@ -82,5 +82,6 @@ for phase in load_configs setup_daemons start_ui
do "${phase}"
done
#Hand control to the window manager.
exec "${wm}"