diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-30 09:40:21 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-30 09:40:21 +0100 |
commit | fef25455ba77894e1fa81378314e5f4c9bb9a627 (patch) | |
tree | 49a629d081d3c7ed0a9180ee14fe8e4e77689201 | |
parent | f2e5f49a870e15f8ee4fbaf31898bd06db89d5d3 (diff) |
screen layout wacom tablet shortcuts
-rw-r--r-- | .config/xbindkeys/main | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/xbindkeys/main b/.config/xbindkeys/main index 5d91607..e78f6e1 100644 --- a/.config/xbindkeys/main +++ b/.config/xbindkeys/main @@ -45,13 +45,13 @@ -"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 0 15200 9500 && setwacom MapToOutput 1920x1080+0+0 && setwacom Suppress 2 && setwacom RawSample 7'" +"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 0 15200 9500 && setwacom MapToOutput 1920x1080+0+410 && setwacom Suppress 2 && setwacom RawSample 5'" Mod1 + Control + Mod4 + 1 -"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 0 15200 9500 && setwacom MapToOutput 1920x1080+1920+0 && setwacom Suppress 2 && setwacom RawSample 7'" +"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 0 15200 9500 && setwacom MapToOutput 1920x1080+1920+0 && setwacom Suppress 2 && setwacom RawSample 5'" Mod1 + Control + Mod4 + 2 -"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 0 7600 4275 && setwacom MapToOutput 1920x1080+0+0 && setwacom Suppress 0 && setwacom RawSample 1'" +"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 1623 7600 5898 && setwacom MapToOutput 1920x1080+0+410 && setwacom Suppress 0 && setwacom RawSample 1'" Mod1 + Control + Mod4 + 3 -"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 0 15200 4275 && setwacom MapToOutput 3840x1080+0+0 && setwacom Suppress 2 && setwacom RawSample 7'" +"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 0 11875 7600 && setwacom MapToOutput 3000x1920+0+0 && setwacom Suppress 2 && setwacom RawSample 5'" Mod1 + Control + Mod4 + 4 |