This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.config/obmenugen/exclusions

14 lines
509 B
Plaintext

# OpenBox Menu Generator exclusions file
#
# Lines starting with a '#' character and empty lines are ignored.
# Put one exclusion per line.
# Exclusions are case sensitive and are matched against
# the 'Name' of the entry (the text that appears in menuitems).
#
# Exclusions format examples:
# ^example$ exact match with 'example'.
# ^example match any string that begins whith 'example'.
# example$ match any string that ends with 'example'.
# example match any string containing 'example'.