mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +02:00
input: prefix log message with something greppable
This commit is contained in:
parent
9244f9de10
commit
8476535739
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ xkb() {
|
||||||
$HOME/.config/awesome/xkb/$1.xkb ${DISPLAY}
|
$HOME/.config/awesome/xkb/$1.xkb ${DISPLAY}
|
||||||
}
|
}
|
||||||
|
|
||||||
printf "$use: [%3d] $name\n" $device
|
printf "input-event: $use: [%3d] $name\n" $device
|
||||||
|
|
||||||
case "$use,$(uname -n),$name" in
|
case "$use,$(uname -n),$name" in
|
||||||
XISlaveKeyboard,zoro,"Topre Corporation Realforce 87")
|
XISlaveKeyboard,zoro,"Topre Corporation Realforce 87")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue