mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Merge branch 'master' of https://github.com/vladdoster/dotfiles
This commit is contained in:
commit
24c43992f9
11
.xinitrc
11
.xinitrc
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user