Skip to content

Commit

Permalink
[KDE Plasma] update .xinitrcplasma
Browse files Browse the repository at this point in the history
  • Loading branch information
goncrust committed Nov 23, 2023
1 parent ebe0348 commit 7238fe6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .xinitrcplasma
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,15 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi

nvidia-settings -l &
cadence-session-start -s &
xrandr --output DP-2 --primary --mode 1920x1080 --rate 144.00 --output DP-3 --mode 1920x1080 --rotate left --rate 74.92 --left-of DP-2
setxkbmap -layout pt
setxkbmap -option caps:escape
xbindkeys &
xinput set-float-prop 'BenQ ZOWIE BenQ ZOWIE Gaming Mouse' 'libinput Accel Speed' -0.7
xset r rate 300 50
xset -dpms
xset s 0 0
vibrant-cli DP-2 1.5 &
vibrant-cli DP-3 1.5 &
export DESKTOP_SESSION=plasma
exec startplasma-x11

0 comments on commit 7238fe6

Please sign in to comment.