Update chezmoi data on laptop

This commit is contained in:
2022-11-01 15:46:13 -04:00
parent e0ddc430d4
commit 43e367d834
26 changed files with 149 additions and 115 deletions

View File

@@ -9,9 +9,16 @@ case $1 in
devicename="alsa_output.usb-1852_DigiHug_USB_Audio-01.analog-stereo"
;;
line-out )
devicename="alsa_output.pci-0000_00_14.2.analog-stereo"
# devicename="alsa_output.pci-0000_00_14.2.analog-stereo"
devicename="alsa_output.pci-0000_00_1b.0.analog-stereo"
# devicename="alsa_output.pci-0000_00_14.2.iec958-stereo"
;;
hdmi )
devicename="alsa_output.pci-0000_00_03.0.hdmi-stereo-extra1"
;;
speakers )
devicename="alsa_output.pci-0000_00_1b.0.analog-stereo"
;;
esac
echo "$devicename"

View File

@@ -1,7 +1,7 @@
#!/bin/bash
sleep .3
xdotool type 'https://twem.tk/.png'
xdotool type 'https://twem.gq/.png'
for i in {1..4} ; do
xdotool key Left
done

View File

@@ -3,7 +3,7 @@
DELAY=200
RATE=90
{{ if eq .chezmoi.fullHostname "x1-carbon" }}
{{ if eq .chezmoi.hostname "x1-carbon" }}
xmodmap ~/.Xmodmap-laptop &> /dev/null
{{ else }}
xmodmap ~/.Xmodmap &> /dev/null