make touchscreen toggle now toggle the trackpad
This commit is contained in:
parent
b0c26aa430
commit
8cab1912c8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) =
|
||||||
((modm, xK_s), spawn "flameshot gui -c -p $HOME/Pictures/screenshots"),
|
((modm, xK_s), spawn "flameshot gui -c -p $HOME/Pictures/screenshots"),
|
||||||
((modm, xK_a), spawn "flameshot screen -c -p $HOME/Pictures/screenshots"),
|
((modm, xK_a), spawn "flameshot screen -c -p $HOME/Pictures/screenshots"),
|
||||||
((modm, xK_t), spawn "ocr-screenshot.sh"),
|
((modm, xK_t), spawn "ocr-screenshot.sh"),
|
||||||
((modm .|. shiftMask, xK_t), spawn "DEVICE=\"MELF0410:00 1FD2:7007\"; if [ $(xinput list-props \"$DEVICE\" | awk '/^\\tDevice Enabled \\([0-9]+\\):\\t[01]/ {print $NF}') = \"1\" ]; then xinput disable \"$DEVICE\"; else xinput enable \"$DEVICE\"; fi"),
|
((modm .|. shiftMask, xK_t), spawn "DEVICE=\"bcm5974\"; if [ $(xinput list-props \"$DEVICE\" | awk '/^\\tDevice Enabled \\([0-9]+\\):\\t[01]/ {print $NF}') = \"1\" ]; then xinput disable \"$DEVICE\"; else xinput enable \"$DEVICE\"; fi"),
|
||||||
-- Push window back into tiling
|
-- Push window back into tiling
|
||||||
((modm .|. shiftMask, xK_space), withFocused $ windows . W.sink),
|
((modm .|. shiftMask, xK_space), withFocused $ windows . W.sink),
|
||||||
-- Resize viewed windows to the correct size
|
-- Resize viewed windows to the correct size
|
||||||
|
|
Loading…
Reference in a new issue