From c1bc50351ca36e764830c6b8b4472039e94dae9c Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Mon, 11 May 2020 14:31:17 +0200 Subject: [PATCH] fixed bugs --- conf/home/xinitrc | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/conf/home/xinitrc b/conf/home/xinitrc index 8b0a08c..3fe4e6a 100644 --- a/conf/home/xinitrc +++ b/conf/home/xinitrc @@ -4,7 +4,7 @@ # Variable definitions STARTW_ROOT=${HOME}/.local/share/startw DOTS_ROOT=${STARTW_ROOT}/conf -STARTX_LOG_FILE=${STARTW_ROOT}/"err-$(date +%F).log" +STARTX_LOG_FILE=${STARTW_ROOT}/"err-x11-$(date +%F).log" userresources=${HOME}/.Xresources usermodmap=${HOME}/.Xmodmap sysresources=/etc/X11/xinit/.Xresources @@ -30,6 +30,10 @@ if [ -f $sysmodmap ]; then xmodmap $sysmodmap; fi if [ -f "$userresources" ]; then xrdb -merge "$userresources"; fi if [ -f "$usermodmap" ]; then xmodmap "$usermodmap"; fi +xsetroot -cursor_name left_ptr & +setxkbmap it +xrandr --dpi 157 + # # USER CONFIGURATION # @@ -110,19 +114,12 @@ then devmon 2>&1 | "$STARTW_ROOT"/addts >> "$STARTX_LOG_FILE" & fi ./.fehbg -polybar -r vantagev1 & +polybar -r vantagev1 2>&1 | "$STARTW_ROOT"/addts >> "$STARTX_LOG_FILE" & #dhcpcd-gtk & -xsetroot -cursor_name left_ptr & -setxkbmap it -# set in xresources -xrandr --dpi 157 - # -# START COMPOSITOR +# START WINDOW MANAGER # -# create a log file -touch "$STARTX_LOG_FILE" - -exec bspwm 2>&1 | "$STARTW_ROOT"/addts >> "$STARTX_LOG_FILE" \ No newline at end of file +#exec bspwm 2>&1 | "$STARTW_ROOT"/addts >> "$STARTX_LOG_FILE" +exec bspwm