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:
14
.xinitrc
14
.xinitrc
@@ -5,11 +5,16 @@
|
||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||
[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources
|
||||
|
||||
# OPTIMUS SHITS
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
xrandr --auto
|
||||
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
||||
|
||||
feh --bg-center "$HOME/Pictures/bg.png" &
|
||||
#feh --bg-center "$HOME/Pictures/bg.png" &
|
||||
feh --bg-scale "$HOME/Pictures/bg.png" &
|
||||
|
||||
xautolock -locker lock-us -secure -time 1 &
|
||||
|
||||
@@ -20,5 +25,12 @@ wireplumber &
|
||||
|
||||
dwmblocks &
|
||||
|
||||
clipmenud &
|
||||
|
||||
mpd --no-daemon &
|
||||
|
||||
pw-metadata -n settings 0 clock.force-rate 44100
|
||||
pw-metadata -n settings 0 clock.force-quantum 1024
|
||||
|
||||
dbus-launch --sh-syntax --exit-with-session dwm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user