commit fa3c41bf5d6834c622bc598d41601ab19ea60385
parent 24afebc3f7e8fa803fe7283b3b3d962c71442026
Author: regexghost <dev@regexghost.com>
Date: Thu, 28 May 2026 16:36:38 +0100
inateck trackpad config
Diffstat:
3 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/jwm/.config/jwm/jwmrc b/jwm/.config/jwm/jwmrc
@@ -50,26 +50,18 @@
</Group>
<!-- Tray at the bottom. -->
- <Tray x="0" y="0" autohide="off" delay="1000" height="26" width="960">
+ <Tray x="0" y="0" autohide="off" delay="1000" height="26" width="664">
<TrayButton label="JWM">root:1</TrayButton>
<Spacer width="2"/>
- <TrayButton label="_">showdesktop</TrayButton>
- <Spacer width="2"/>
<Pager labeled="true"/>
<TaskList maxwidth="80"/>
-
- <Swallow width="32" height="32" name="xclock">xclock</Swallow>
-
- <Dock/>
- <Clock format="%a, %b %d - %H:%M"><Button mask="123">exec:xclock</Button></Clock>
-
</Tray>
<!-- Visual Styles -->
- <!-- Start Substitute - Colorscheme -->
+ <!-- Start Substitute - Colourscheme -->
<!-- Path where icons can be found.
IconPath can be listed multiple times to allow searching
@@ -96,7 +88,7 @@
<!-- Virtual Desktops -->
<!-- Desktop tags can be contained within Desktops for desktop names. -->
- <Desktops width="6" height="1">
+ <Desktops width="4" height="1">
<!-- Default background. Note that a Background tag can be
contained within a Desktop tag to give a specific background
for that desktop.
@@ -135,7 +127,6 @@
<Key key="Escape">escape</Key>
<Key mask="A" key="Tab">nextstacked</Key>
- <Key mask="4S" key="q">close</Key>
<Key mask="4" key="#">desktop#</Key>
<!-- <Key mask="A" key="F1">root:1</Key> -->
<!-- <Key mask="A" key="F2">window</Key> -->
@@ -162,6 +153,7 @@
<Key mask="4" key="apostrophe">maximize</Key>
<Key mask="4" key="slash">minimize</Key>
<Key mask="4S" key="r">resize</Key>
+ <Key mask="4S" key="q">close</Key>
<Key mask="4" key="m">exec:~/.local/share/regexghost/panel/music.sh</Key>
<Key mask="4S" key="m">exec:~/.local/share/regexghost/panel/music.sh --choice</Key>
@@ -184,6 +176,7 @@
<Key mask="4S" key="e">exec:xfiles</Key>
<Key mask="4" key="q">exec:~/.local/share/regexghost/wm-scripts/bookmarks.sh</Key>
<Key mask="4" key="f">exec:~/.local/share/regexghost/wm-scripts/dmenu-programs.sh</Key>
+ <Key mask="4" key="s">exec:st -t Soundboard -e soundboard</Key>
<!-- Mouse bindings -->
<!-- <Mouse context="root" button="4">ldesktop</Mouse> -->
diff --git a/lists/dotfiles b/lists/dotfiles
@@ -31,3 +31,6 @@
~/.config/newsraft/extract-thumbnail.sh
~/.config/newsraft/rssify.sh
~/.config/newsraft/show-image.sh
+~/.config/xkb/types/mytypes
+~/.config/xkb/keymap/mykbd
+~/.config/xkb/symbols/mysymbols
diff --git a/other/50-inateck-touchpad.conf b/other/50-inateck-touchpad.conf
@@ -0,0 +1,8 @@
+Section "InputClass"
+ Identifier "Inateck KB01105 Touchpad"
+ Driver "libinput"
+ Option "NaturalScrolling" "true"
+ Option "AccelSpeed" "0.4"
+ Option "Tapping" "On"
+ Option "TappingDrag" "On"
+EndSection