update giant cursors comment
This commit is contained in:
parent
ffef2e443c
commit
26384345e7
7
xinitrc
7
xinitrc
|
@ -66,14 +66,17 @@ if [ -f "$HOME/.fehbg" ] ; then
|
||||||
"$HOME/.fehbg" &
|
"$HOME/.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.
|
|
||||||
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