some changes in .bashrc for new wayland setup
probably not important changes in .xinitrc and .xprofile - last before migrating to wayland
This commit is contained in:
17
.xprofile
17
.xprofile
@@ -5,3 +5,20 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user