Sets DPI on phone
This commit is contained in:
parent
a3902ac559
commit
3c23fbd5f7
1 changed files with 13 additions and 6 deletions
19
x/.xinitrc
19
x/.xinitrc
|
@ -17,10 +17,10 @@ dbus-update-activation-environment --systemd DISPLAY
|
||||||
export CORPUSER="jonathan.hodgson"
|
export CORPUSER="jonathan.hodgson"
|
||||||
export CORPPASSCOMMAND="pass IRM/corp"
|
export CORPPASSCOMMAND="pass IRM/corp"
|
||||||
|
|
||||||
setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle
|
#setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle
|
||||||
xset r rate 200 70
|
#xset r rate 200 70
|
||||||
xinput --list | grep -E 'ErgoDox EZ ErgoDox EZ\s+id' | grep -oE 'id=[0-9]+' | cut -d'=' -f2 | xargs -r setxkbmap -layout gb -device
|
#xinput --list | grep -E 'ErgoDox EZ ErgoDox EZ\s+id' | grep -oE 'id=[0-9]+' | cut -d'=' -f2 | xargs -r setxkbmap -layout gb -device
|
||||||
|
#
|
||||||
type -p compton > /dev/null && exec /usr/bin/compton --config "$HOME/.config/picom/picom.conf" &
|
type -p compton > /dev/null && exec /usr/bin/compton --config "$HOME/.config/picom/picom.conf" &
|
||||||
#setbackground &
|
#setbackground &
|
||||||
#/usr/bin/nitrogen --restore &
|
#/usr/bin/nitrogen --restore &
|
||||||
|
@ -28,13 +28,20 @@ type -p compton > /dev/null && exec /usr/bin/compton --config "$HOME/.config/pic
|
||||||
[ -f /usr/lib/kdeconnectd ] && /usr/lib/kdeconnectd &
|
[ -f /usr/lib/kdeconnectd ] && /usr/lib/kdeconnectd &
|
||||||
[ -f /usr/bin/pactl ] && /usr/bin/pactl load-module module-switch-on-connect &
|
[ -f /usr/bin/pactl ] && /usr/bin/pactl load-module module-switch-on-connect &
|
||||||
[ -f /usr/bin/unclutter ] && /usr/bin/unclutter &
|
[ -f /usr/bin/unclutter ] && /usr/bin/unclutter &
|
||||||
|
|
||||||
|
type -p lisgd 2> /dev/null && lisgd &
|
||||||
|
|
||||||
|
if hostname | grep -q phone; then
|
||||||
|
xrandr --output DSI-1 --mode 720x1440 --dpi 192
|
||||||
|
fi
|
||||||
|
|
||||||
#greenclip daemon &
|
#greenclip daemon &
|
||||||
#exec xrdb .Xresources
|
#exec xrdb .Xresources
|
||||||
#xbindkeys
|
#xbindkeys
|
||||||
#exec i3 -V >> ~/i3log-$(date + '%F-%k-%M-%S') 2>&1
|
#exec i3 -V >> ~/i3log-$(date + '%F-%k-%M-%S') 2>&1
|
||||||
#startxfce4
|
#startxfce4
|
||||||
while :; do
|
#while :; do
|
||||||
dwm
|
dwm
|
||||||
done;
|
#done;
|
||||||
#exec sh /home/jonathan/.conky/conky-startup.sh
|
#exec sh /home/jonathan/.conky/conky-startup.sh
|
||||||
#xcape
|
#xcape
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue