🎉 First commit
This commit is contained in:
commit
cade5ac6b6
231 changed files with 48507 additions and 0 deletions
39
networkmanager-dmenu/config.ini
Normal file
39
networkmanager-dmenu/config.ini
Normal file
|
@ -0,0 +1,39 @@
|
|||
[dmenu]
|
||||
dmenu_command = fuzzel --dmenu --config=/home/nirogu/.config/fuzzel/cliphist.ini
|
||||
# active_chars = ==
|
||||
# compact = <True or False> # (Default: False). Remove extra spacing from display
|
||||
# pinentry = <Pinentry command> # (Default: None) e.g. `pinentry-gtk`
|
||||
# wifi_chars = <string of 4 unicode characters representing 1-4 bars strength>
|
||||
# wifi_chars = ▂▄▆█
|
||||
# wifi_icons = <characters representing signal strength as an icon>
|
||||
# wifi_icons =
|
||||
# format = <Python style format string for the access point entries>
|
||||
# format = {name} {sec} {bars}
|
||||
# # Available variables are:
|
||||
# # * {name} - Access point name
|
||||
# # * {sec} - Security type
|
||||
# # * {signal} - Signal strength on a scale of 0-100
|
||||
# # * {bars} - Bar-based display of signal strength (see wifi_chars)
|
||||
# # * {icon} - Icon-based display of signal strength (see wifi_icons)
|
||||
# # * {max_len_name} and {max_len_sec} are the maximum lengths of {name} / {sec}
|
||||
# # respectively and may be useful for formatting.
|
||||
list_saved = True
|
||||
|
||||
[dmenu_passphrase]
|
||||
# # Uses the -password flag for Rofi, -x for bemenu. For dmenu, sets -nb and
|
||||
# # -nf to the same color or uses -P if the dmenu password patch is applied
|
||||
# # https://tools.suckless.org/dmenu/patches/password/
|
||||
# obscure = True
|
||||
# obscure_color = #222222
|
||||
|
||||
[pinentry]
|
||||
# description = <Pinentry description> (Default: Get network password)
|
||||
# prompt = <Pinentry prompt> (Default: Password:)
|
||||
|
||||
[editor]
|
||||
terminal = footclient
|
||||
# gui_if_available = <True or False> (Default: True)
|
||||
# gui = <name of gui editor> (Default: nm-connection-editor)
|
||||
|
||||
[nmdm]
|
||||
# rescan_delay = <seconds> # (seconds to wait after a wifi rescan before redisplaying the results)
|
Loading…
Add table
Add a link
Reference in a new issue