mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-01 16:56:38 +02:00
7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
|
|
setxkbmap -option
|
|
# force command to run silently and report true
|
|
killall xbindkeys > /dev/null 2>&1 || :
|
|
# rm /tmp/kinto/caret
|