set dpi for host Pamela
This commit is contained in:
parent
836e9dc76a
commit
1f56cc2dc4
15
xinitrc
15
xinitrc
|
@ -57,14 +57,11 @@ xbindkeys
|
||||||
|
|
||||||
~/.fehbg &
|
~/.fehbg &
|
||||||
|
|
||||||
# _host=$(hostname)
|
_host=$(hostname)
|
||||||
# case "$_host" in
|
case "$_host" in
|
||||||
# Arch666)
|
Pamela)
|
||||||
# # do arch666 specific stuff
|
xrandr --dpi 96
|
||||||
# ;;
|
;;
|
||||||
# Arch666lap)
|
esac
|
||||||
# # do arch666lap specific things
|
|
||||||
# ;;
|
|
||||||
# esac
|
|
||||||
|
|
||||||
exec ~/.bin/start_dwm
|
exec ~/.bin/start_dwm
|
||||||
|
|
Loading…
Reference in New Issue