domizianie
This commit is contained in:
21
.config/swayr/config.toml
Normal file
21
.config/swayr/config.toml
Normal file
@ -0,0 +1,21 @@
|
||||
[menu]
|
||||
executable = 'wofi'
|
||||
args = [
|
||||
'--show=dmenu',
|
||||
'--allow-markup',
|
||||
'--allow-images',
|
||||
'--insensitive',
|
||||
'--cache-file=/dev/null',
|
||||
'--parse-search',
|
||||
'--prompt={prompt}',
|
||||
]
|
||||
|
||||
[format]
|
||||
window_format = '{urgency_start}<b>“{title}”</b>{urgency_end} — <i>{app_name}</i> on workspace {workspace_name} <span alpha="20000">({id})</span>'
|
||||
workspace_format = '<b>Workspace {name}</b> <span alpha="20000">({id})</span>'
|
||||
urgency_start = '<span background="darkred" foreground="yellow">'
|
||||
urgency_end = '</span>'
|
||||
icon_dirs = [
|
||||
'/usr/share/icons/hicolor/48x48/apps',
|
||||
'/usr/share/pixmaps',
|
||||
]
|
Reference in New Issue
Block a user