Compositer things
This commit is contained in:
3
.xinitrc
3
.xinitrc
@@ -28,7 +28,6 @@ if [ -f "$usermodmap" ]; then
|
||||
fi
|
||||
|
||||
# start some nice programs
|
||||
|
||||
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
|
||||
[ -x "$f" ] && . "$f"
|
||||
@@ -36,6 +35,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||
unset f
|
||||
fi
|
||||
|
||||
xcompmgr -c &
|
||||
|
||||
xrandr --output HDMI-0 --mode 1920x1080 --rate 144 --brightness 0.8 --left-of DP-4
|
||||
xrandr --output DP-4 --mode 1920x1080 --rate 165 --brightness 0.8 --primary
|
||||
|
||||
|
Reference in New Issue
Block a user