probably not important changes in .xinitrc and .xprofile - last before migrating to wayland
25 lines
1.6 KiB
Plaintext
25 lines
1.6 KiB
Plaintext
#gentoo-pipewire-launcher &
|
|
ssh-agent &
|
|
TPADID=$(xinput | grep "Synaptics" | awk '{print $5}' | awk -F "=" '{print $2}')
|
|
xinput disable $TPADID
|
|
xinput set-prop "TPPS/2 IBM TrackPoint" "libinput Accel Speed" 0.9
|
|
|
|
xdg-settings set default-web-browser firefox.desktop
|
|
xdg-mime default mupdf.desktop application/pdf
|
|
xdg-mime default thunar.desktop inode/directory
|
|
|
|
#xrandr --output HDMI-0 --mode 2560x1440 --rate 143.91
|
|
#xrandr --output DP-3 --mode 1920x1080 --pos 0x180 --rotate normal --output HDMI-0 --mode 2560x1440 --rate 143.91 --pos 1920x0 --rotate normal
|
|
#xrandr --output DP-3 --mode 1920x1080 --pos 0x180 --rotate normal --output HDMI-0 --mode 2560x1440 --rate 143.91 --pos 1920x0 --rotate normal --primary
|
|
##nvidia-settings --assign 'CurrentMetaMode=DPY-4: 2560x1440_144 @2560x1440 +1920+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0, ForceCompositionPipeline=On}, DPY-3: nvidia-auto-select @1920x1080 +0+180 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On}'
|
|
#nvidia-settings --assign 'CurrentMetaMode=DPY-5: 2560x1440_170 @2560x1440 +1920+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0, ForceCompositionPipeline=On}, DPY-1: nvidia-auto-select @1920x1080 +0+138 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On}'
|
|
|
|
xrandr --output DisplayPort-0 --off --output DisplayPort-1 --off --output DisplayPort-2 --primary --mode 2560x1440 --pos 1920x0 --rotate normal --output HDMI-A-0 --mode 1920x1080 --pos 0x180 --rotate normal
|
|
xrandr --output DisplayPort-2 --set "scaling mode" Full
|
|
|
|
|
|
|
|
if [ -d ~/.sv ]; then
|
|
runsvdir -P ~/.sv &
|
|
fi
|