This commit is contained in:
Vlad Doster 2020-04-08 10:35:25 -05:00
commit 24c43992f9
2 changed files with 4 additions and 8 deletions

View File

@ -4,15 +4,12 @@
# There are some small but important commands that need to be run when we start # There are some small but important commands that need to be run when we start
# the graphical environment. Those commands reside in ~/.xprofile because that # the graphical environment. Those commands reside in ~/.xprofile because that
# file runs automatically if someone uses a display manager (login screen) # file runs automatically.
# and so they are needed there. To prevent doubling up commands, I source them
# here with the line below.
[ -f ~/.xprofile ] && . ~/.xprofile [ -f ~/.xprofile ] && . ~/.xprofile
# [ -f ~/.profile ] && . ~/.profile
[ -f ~/.profile ] && . ~/.profile # Log to file in $HOME for debugging:
#exec i3 -V >> $HOME/i3log-$(date +'%F-%k-%M-%S') 2>&1
# if problems occur, log to file for debugging:
#exec i3 -V >> ~/i3log-$(date +'%F-%k-%M-%S') 2>&1
# else: # else:
exec i3 exec i3

View File

@ -7,6 +7,5 @@ remaps & # run the remaps script, switching caps/esc and more; chec
setbg & # set the background with the `setbg` script setbg & # set the background with the `setbg` script
xcompmgr & # xcompmgr for transparency xcompmgr & # xcompmgr for transparency
dunst & # dunst for notifications dunst & # dunst for notifications
#imwheel & # imwheel for disabling scroll issues in st
xset r rate 300 50 & # Speed xrate up xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle unclutter & # Remove mouse when idle