mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Merge remote-tracking branch 'origin/master' into surface
This commit is contained in:
@ -11,9 +11,16 @@ if [ -d "$xinitdir" ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
source ~/.profile
|
||||
source $XDG_CONFIG_HOME/X11/xsession
|
||||
source $HOME/.profile
|
||||
|
||||
xrdb -merge $XDG_CONFIG_HOME/X11/xresources
|
||||
~/.local/share/surfacetools/rotationd --once
|
||||
xrandr --dpi $(xrdb -query | grep -i xft.dpi | cut -d: -f2)
|
||||
xrandr --output eDP1 --primary
|
||||
|
||||
setxkbmap -option caps:none
|
||||
xset r rate 200 18
|
||||
|
||||
~/.local/share/surface-scripts/pend &
|
||||
~/.local/share/surface-scripts/rotationd &
|
||||
|
||||
exec i3
|
||||
|
Reference in New Issue
Block a user