Exclude window in rofi #1922
Moanrisy
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
|
Disable tokenizing? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2 window that I didn't want to show in rofi -show window
Using matching regex and filter make this possible
rofi -show window -show-icons -matching regex -filter '^(?!.*(?:Clock|hello-tauri))'The only problem is rofi regex didn't accept space, but I will just rebuild Clock in Task class into Clock-in-Task later.
Beta Was this translation helpful? Give feedback.
All reactions