Update sxhkd. Rewrote xsession.
This commit is contained in:
parent
0c666fa150
commit
b245b24c70
@ -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
|
||||
|
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user