Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A place to share configs? #16

Open
Kommynct opened this issue Sep 5, 2021 · 3 comments
Open

A place to share configs? #16

Kommynct opened this issue Sep 5, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@Kommynct
Copy link
Contributor

Kommynct commented Sep 5, 2021

We could even do it here, here's what i've added to mine:

fallback = ''

[matching]
'discord' = ''
'balena-etcher' = ''
'Chia Blockchain' = ''
'Steam' = ''
'vlc' = ''
'org.qbittorrent.qBittorrent' = ''
'Thunderbird' = ''
'thunderbird' = ''
'Postman' = ''
'Insomnia' = ''
'Bitwarden' = ''
'Slack' = ''
'Code' = ''
'code-oss' = ''
'Spotify' = ''
'/NVIM ?\w*/' = ''
'/npm/' = ''
'/node/' = ''
'/yarn/' = ''
'Alacritty' = ''
'telegramdesktop' = ''
'Telegram' = ''
'Wfica' = ''
'org.remmina.Remmina' = ''
'SchildiChat' = ''
'Element' = ''
'nheko' = ''
'/Firefox .*Private Browsing/' = ''
'/(?i)Google Drive.*Firefox/' = ''
'/(?i)Google Calendar.*Firefox/' = ''
'/(?i)MAX.*Iridium/' = ''
'/(?i)Dashboards -.*Iridium/' = ''
'/(?i) youtube.*Firefox/' = ''
'// Twitter.*Firefox/' = ''
'/ eBay.*Firefox/' = ''
'/(?i)reddit.*Firefox/' = ''
'/(?i)drive.*Firefox/' = ''
'/(?i)play.*Firefox/' = ''
'/(?i)Github.*Firefox/' = ''
'/Google.*Firefox/' = ''
'/.exe/' = '︁'
'yakyak' = '🙷'
'copyq' = ''
'Microsoft Teams - Preview' = ''
'clonehero' = '︁'
'/trash:/ .*Dolphin/' = ''
#'/home/.*Documents – Dolphin/' = ''
'org.kde.dolphin' = ''
'/home/.*Dolphin/' = ''
'org.kde.ark' = ''
'firefox' = ''
'Nightly' = ''
'firefoxdeveloperedition' = ''
'Google-chrome' = ''
'Chromium' = ''
'Chromium-browser' = ''
'org.kde.kcharselect' = ''
'Zim' = ''
'image-roll' = ''
'pavucontrol' = ''
'obs' = ''
'galculator' = '🖩'
'mpv' = '🎞'
'yuzu' = '︁'
'rpcs3' = '︁'
'blueberry.py' = '' 
'com.github.wwmm.easyeffects' = ''
'citra' = '︁'
'wdisplays' = '🖵'
'Pinta' = '🖌'
'dolphin-emu' = '︁'
'GParted' = '🖴'
'/GParted/' = '🖴'
'stoken-gui' = ''
'polkit-gnome-authentication-agent-1' = '︁'
'org.inkscape.Inkscape' = '🖋'
'audacity' = '︁'

@it-is-wednesday
Copy link

it-is-wednesday commented Jan 3, 2022

Oooh that's a great idea. I don't think you need to include the whole default config in your file, though; I specified only my patterns and the default ones still work. Anyway here's my modest one so far:

[matching]
'foot' = ''
'/YouTube/' = ''
'org.qutebrowser.qutebrowser' = ''
'whatsapp-for-linux' = ''
'Ardour-6.9.0' = '🎵'
'Pcmanfm' = ''
'dota2' = ''
'Gimp' = ''

# this one will catch PDFs opened by Emacs as well, but it has to be specified before the catch-all
# emacs line
'/pdf/' = ''
'/docx/' = ''
'emacs' = ''

Based profile picture btw

@gegnew
Copy link

gegnew commented Apr 9, 2022

Here's a couple more useful ones:

'anki' = { type = 'generic', value = ''}
'/(?i)settings*/' = { type = 'generic', value = ''}
'/(?i)calendar*/' = { type = 'generic', value = ''}

@Lyr-7D1h
Copy link
Owner

I made a discussion place for this: #28
Feel free to share there!

@Lyr-7D1h Lyr-7D1h added the enhancement New feature or request label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants