You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
537 B
13 lines
537 B
# -----------------------------
|
|
# Desktop monitor configuration
|
|
# -----------------------------
|
|
# xsetwacom --list devices | grep -oP '(?<=id:\s)\w+' | while read -r id ; do
|
|
# xsetwacom set $id MapToOutput 1920x1080+1920+0
|
|
# done
|
|
|
|
touch /home/elnu/wacom-ran
|
|
|
|
/run/current-system/sw/bin/xsetwacom set "Wacom Intuos PT S Pad pad" Button 1 "key ctrl ["
|
|
/run/current-system/sw/bin/xsetwacom set "Wacom Intuos PT S Pad pad" Button 3 "key ctrl ]"
|
|
/run/current-system/sw/bin/xsetwacom set "Wacom Intuos PT S Pen stylus" Button 3 "key ctrl z"
|