KAGEYAM4
KAGEYAM4
`enter_command = [ "notify-send", "enter" ]` Can you also clarify on the syntax of `command` ? What if i want to run multiple commands?
@vincentaxhe here's an example, the purpose of `[]` at start is for the purpose of grouping ( if i understand correctly ). Read a little bit about array in toml...
Did you imported Sideberyy config? If no then do it. Read the readme again to check if you didn't miss anything else. Otherwise try going into sidebery settings and change...
Follow these --> 1. Remove the addon color theme ( purple ) you are using. 2. select and enable Dark theme ( inbluilt ) 3. Apply the above setting for...
Did you find any solution? For me its also buggy, can you try the example provided in docs and tell its behaviour https://github.com/sezanzeb/input-remapper/blob/main/readme/usage.md#combinations > Consider a mapping Shift+1 -> a...
If the above is possible then can it be extended to 2-finger-hold-drag and 3-finger-hold-drag? For example we can use the following events for 3-finger-hold-drag --> event8 GESTURE_HOLD_BEGIN +0.236s 3 event8...
Not working --> https://github.com/user-attachments/assets/739b0539-8679-483d-b720-9d757c82aac9
@Bionus i am not sure why the above check is failing. What do i need to do?
Do these -> 1. `From step 3` , remove `chrome` folder and `user.js` 2. Remove extensions form `Step 2` 3. Restart firefox
This is what i am using in Linux `wl-paste -p | xargs flatpak run dev.mufeed.Wordbook -l` -> It takes whatever text was recently selected ( primary clipboard ) and launches...