mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-07 19:38:27 +02:00
- Added browsers category, input/caret detection, includes xbindkeys, and xautomation for one off fixes
This commit is contained in:
5
system-config/.browsers
Normal file
5
system-config/.browsers
Normal file
@@ -0,0 +1,5 @@
|
||||
"xte 'keydown Control_L' 'key bracketleft' 'keyup Control_L'"
|
||||
Home + release
|
||||
|
||||
"xte 'keydown Control_L' 'key bracketright' 'keyup Control_L'"
|
||||
End + release
|
3
system-config/cleanup.sh
Normal file
3
system-config/cleanup.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm /tmp/kinto/caret
|
@@ -7,7 +7,8 @@ Type=simple
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
WorkingDirectory=/home/{username}/.config/kinto
|
||||
ExecStart=
|
||||
ExecStart=/bin/bash -c "/home/{username}/.config/kinto/xactive.sh carrots"
|
||||
ExecStop=/bin/bash /home/{username}/.config/kinto/cleanup.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
Reference in New Issue
Block a user