mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Removed the removal of carets on service restarts, and mention of no carets file found. IBus is optional.
This commit is contained in:
@@ -110,7 +110,7 @@ int check_caret()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
printf("file %s does not exist\n",fpname);
|
// printf("file %s does not exist\n",fpname);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
setxkbmap -option
|
setxkbmap -option
|
||||||
killall xbindkeys > /dev/null 2>&1
|
killall xbindkeys > /dev/null 2>&1
|
||||||
rm /tmp/kinto/caret
|
# rm /tmp/kinto/caret
|
||||||
|
Reference in New Issue
Block a user