diff --git a/misc/sxhkdrc b/misc/sxhkdrc index 14ab91e..6a9bdf6 100644 --- a/misc/sxhkdrc +++ b/misc/sxhkdrc @@ -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 diff --git a/misc/xsession b/misc/xsession index c5bc6f2..f93314c 100755 --- a/misc/xsession +++ b/misc/xsession @@ -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}"