tabset
This commit is contained in:
parent
92b6cbad4b
commit
c5e8f95ea1
1
configs/tabset/devices/huion-kamvas-13/name
Executable file
1
configs/tabset/devices/huion-kamvas-13/name
Executable file
@ -0,0 +1 @@
|
||||
Huion Kamvas 13
|
2
configs/tabset/devices/huion-kamvas-13/peripherals
Executable file
2
configs/tabset/devices/huion-kamvas-13/peripherals
Executable file
@ -0,0 +1,2 @@
|
||||
Tablet Monitor stylus
|
||||
Tablet Monitor Pad pad
|
18
configs/tabset/devices/huion-kamvas-13/profiles/blender.sh
Executable file
18
configs/tabset/devices/huion-kamvas-13/profiles/blender.sh
Executable file
@ -0,0 +1,18 @@
|
||||
# Top three buttons
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 1 "key +ctrl +z -z -ctrl"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 2 "key +ctrl +tab -tab -ctrl"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 3 "key x"
|
||||
|
||||
# Middle two buttons
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 8 "key shift"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 9 "key ctrl"
|
||||
|
||||
# Bottom three buttons
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 10 "key 1"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 11 "key 3"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 12 "key 0"
|
||||
|
||||
# Pen buttons
|
||||
xsetwacom set "Tablet Monitor stylus" "Button" "1" "button +1 "
|
||||
xsetwacom set "Tablet Monitor stylus" "Button" "2" "button +2 "
|
||||
xsetwacom set "Tablet Monitor stylus" "Button" "3" "button +3 "
|
1
configs/tabset/devices/huion-kamvas-13/profiles/default.sh
Symbolic link
1
configs/tabset/devices/huion-kamvas-13/profiles/default.sh
Symbolic link
@ -0,0 +1 @@
|
||||
blender.sh
|
18
configs/tabset/devices/huion-kamvas-13/profiles/disabled.sh
Executable file
18
configs/tabset/devices/huion-kamvas-13/profiles/disabled.sh
Executable file
@ -0,0 +1,18 @@
|
||||
# Top three buttons
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 1 "button 0"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 2 "button 0"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 3 "button 0"
|
||||
|
||||
# Middle two buttons
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 8 "button 0"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 9 "button 0"
|
||||
|
||||
# Bottom three buttons
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 10 "button 0"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 11 "button 0"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 12 "button 0"
|
||||
|
||||
# Pen buttons
|
||||
xsetwacom set "Tablet Monitor stylus" "Button" "1" "button +1 "
|
||||
xsetwacom set "Tablet Monitor stylus" "Button" "2" "button +2 "
|
||||
xsetwacom set "Tablet Monitor stylus" "Button" "3" "button +3 "
|
18
configs/tabset/devices/huion-kamvas-13/profiles/gimp.sh
Executable file
18
configs/tabset/devices/huion-kamvas-13/profiles/gimp.sh
Executable file
@ -0,0 +1,18 @@
|
||||
# Top three buttons
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 1 "key +ctrl +z -z -ctrl"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 2 "key +ctrl +shift +a -a -shift -ctrl"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 3 "key del"
|
||||
|
||||
# Middle two buttons
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 8 "key shift"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 9 "key ctrl"
|
||||
|
||||
# Bottom three buttons
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 10 "key +shift +e -e -shift"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 11 "key p"
|
||||
xsetwacom --set "Tablet Monitor Pad pad" Button 12 "key f"
|
||||
|
||||
# Pen buttons
|
||||
xsetwacom set "Tablet Monitor stylus" "Button" "1" "button +1 "
|
||||
xsetwacom set "Tablet Monitor stylus" "Button" "2" "button +2 "
|
||||
xsetwacom set "Tablet Monitor stylus" "Button" "3" "button +3 "
|
@ -1,5 +1,6 @@
|
||||
# This is some kind of dark magic.
|
||||
# I have no memory of whats going on here, but this has been my config since 2015-ish, so it shall not be touched.
|
||||
# This was origionally written for crosh, so that may be part of the problem...
|
||||
|
||||
autoload -U colors && colors
|
||||
NEWLINE=$'\n'
|
||||
|
@ -9,6 +9,8 @@
|
||||
~/.zshrc:
|
||||
path: configs/zsh/.zshrc
|
||||
force: true
|
||||
~/.config/tabset/:
|
||||
path: configs/tabset/**
|
||||
|
||||
- create:
|
||||
- ~/Downloads
|
||||
|
Loading…
x
Reference in New Issue
Block a user