Update sxhkd. Rewrote xsession.
This commit is contained in:
parent
0c666fa150
commit
b245b24c70
@ -28,7 +28,7 @@ ctrl + Pause ; p ; t
|
|||||||
|
|
||||||
#Start GNU EMACS
|
#Start GNU EMACS
|
||||||
ctrl + Pause ; p ; e
|
ctrl + Pause ; p ; e
|
||||||
emacs
|
emacsclient -c
|
||||||
|
|
||||||
#Lock the screen
|
#Lock the screen
|
||||||
ctrl + Pause ; shift + L
|
ctrl + Pause ; shift + L
|
||||||
|
@ -41,8 +41,8 @@ start_ui()
|
|||||||
xwallpaper --no-randr --stretch "${FXDE_DIR}/fxde-assets/wallpaper/${PAPE}"
|
xwallpaper --no-randr --stretch "${FXDE_DIR}/fxde-assets/wallpaper/${PAPE}"
|
||||||
|
|
||||||
#Start our status bar.
|
#Start our status bar.
|
||||||
"$FXDE_DIR/fxde-core/scripts/bar.sh"|lemonbar -b -F '#000000' -g26
|
"$FXDE_DIR/fxde-core/scripts/bar.sh"|lemonbar -b -F '#000000' -g265x16+0+0 \
|
||||||
'#00000000' -f xft:family=Liberation:style=Mono:size=9: &
|
-B '#00000000' -f xft:family=Liberation:style=Mono:size=9: &
|
||||||
|
|
||||||
#Spawn a system tray.
|
#Spawn a system tray.
|
||||||
stalonetray --window-type desktop --icon-gravity N -v -t --grow-gravity S \
|
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}"
|
do "${phase}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
#Hand control to the window manager.
|
#Hand control to the window manager.
|
||||||
exec "${wm}"
|
exec "${wm}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user