This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Troubleshooting
Piotr Miller edited this page Jan 22, 2020
·
1 revision
This is a bug either in sway 1.2, or GTK: if the menu height exceeds the screen height, it becomes partially unresponsive. The script uses a tricky as hell workaround, but you must specify how many entries fit in your screen vertically. By default it's 30. If it's too much to your screen, try the -t <T>
argument w/ a value < 30.
Try increasing the delay length. The default value is 100 milliseconds, and on my laptop it works well down to 30. Slower machines, however, may require higher values. E.g. try using -d 200
argument.
Add this to your ~/.config/i3/config
file:
for_window [title="~sgtk-"] border none, floating enable
You need compton or equivalent X11 compositor.
You need the pynput
python module. Install optional python-pynput
package or use PIP
.