diff options
author | B. Stack <bgstack15@gmail.com> | 2022-10-10 09:37:23 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-10-10 09:40:10 -0400 |
commit | 05cb68aea07da213285a41c49e5e6c9c9de16f74 (patch) | |
tree | 37b6b4a19c943ff0d0bba45207a98948c4796dac /.gitignore | |
parent | swap left<-->middle click on tray icon (diff) | |
download | fbxkb-05cb68aea07da213285a41c49e5e6c9c9de16f74.tar.gz fbxkb-05cb68aea07da213285a41c49e5e6c9c9de16f74.tar.bz2 fbxkb-05cb68aea07da213285a41c49e5e6c9c9de16f74.zip |
allow scrolling over icon, and fix segfault
when input method does not have a parenthetical value appended
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1 +1,8 @@ .*.swp +*.o +config.h +man/*.gz +*.dep +fbxkb +fbxkb.c.* +Makefile.config |