set dpi for host Pamela
This commit is contained in:
parent
836e9dc76a
commit
1f56cc2dc4
1 changed files with 6 additions and 9 deletions
15
xinitrc
15
xinitrc
|
|
@ -57,14 +57,11 @@ xbindkeys
|
|||
|
||||
~/.fehbg &
|
||||
|
||||
# _host=$(hostname)
|
||||
# case "$_host" in
|
||||
# Arch666)
|
||||
# # do arch666 specific stuff
|
||||
# ;;
|
||||
# Arch666lap)
|
||||
# # do arch666lap specific things
|
||||
# ;;
|
||||
# esac
|
||||
_host=$(hostname)
|
||||
case "$_host" in
|
||||
Pamela)
|
||||
xrandr --dpi 96
|
||||
;;
|
||||
esac
|
||||
|
||||
exec ~/.bin/start_dwm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue