.config/networkmanager-dmenu/config.ini (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
[dmenu]
dmenu_command = fuzzel
active_chars = ==
highlight = True
highlight_fg =
highlight_bg =
highlight_bold = True
compact = False
pinentry =
wifi_icons =
format = {name:<{max_len_name}s} {sec:<{max_len_sec}s} {icon:>4}
list_saved = False
prompt = Networks
[dmenu_passphrase]
obscure = False
obscure_color = #222222
[pinentry]
description = Get network password
prompt = Password:
[editor]
terminal = alacritty
gui_if_available = True
gui = nm-connection-editor
[nmdm]
rescan_delay = 5
|