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" &
|
||||
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)
|
||||
case "$_host" in
|
||||
Patricia)
|
||||
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.0.201:24800 &
|
||||
;;
|
||||
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?
|
||||
xrandr --dpi 96
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
|
|
Loading…
Reference in New Issue