Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/xinitrc
This commit is contained in:
commit
415ecd9d2e
8
xinitrc
8
xinitrc
|
@ -66,15 +66,17 @@ if [ -f "$HOME/.config/feh/fehbg" ] ; then
|
||||||
"$HOME/config/feh/.fehbg" &
|
"$HOME/config/feh/.fehbg" &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# fix giant cursors caused by adwaitu theme being installed as dependency of something.
|
||||||
|
# not working on patricia for some reason so workaround is to
|
||||||
|
# comment out `Inherits=Adwaita` in `/usr/share/icons/default/index.theme`
|
||||||
|
export XCURSOR_PATH=""
|
||||||
|
|
||||||
_host=$(hostname)
|
_host=$(hostname)
|
||||||
case "$_host" in
|
case "$_host" in
|
||||||
Patricia)
|
Patricia)
|
||||||
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.0.201:24800 &
|
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.0.201:24800 &
|
||||||
;;
|
;;
|
||||||
Pamela)
|
Pamela)
|
||||||
# fix giant cursors caused by adwaitu theme being installed as dependency of something.
|
|
||||||
# i now like my gian cursor - leaving it commented for now
|
|
||||||
# export XCURSOR_PATH=""
|
|
||||||
# TODO - why did i have these? do i still need them?
|
# TODO - why did i have these? do i still need them?
|
||||||
xrandr --dpi 96
|
xrandr --dpi 96
|
||||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||||
|
|
Loading…
Reference in New Issue