From b245b24c7052d10a43368ff240b45494c6d5f93f Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Wed, 7 Jul 2021 17:14:14 -0300 Subject: [PATCH] Update sxhkd. Rewrote xsession. --- misc/sxhkdrc | 2 +- misc/xsession | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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}"