From ea1a22a5e124239e8db488495ece6bfc4087ebff Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Tue, 3 Jan 2023 11:56:29 -0600 Subject: [PATCH] Install networkmanager_dmenu --- .config/networkmanager-dmenu/config.ini | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .config/networkmanager-dmenu/config.ini diff --git a/.config/networkmanager-dmenu/config.ini b/.config/networkmanager-dmenu/config.ini new file mode 100644 index 0000000..3e4c6db --- /dev/null +++ b/.config/networkmanager-dmenu/config.ini @@ -0,0 +1,26 @@ +[dmenu] +dmenu_command = /usr/bin/rofi -dmenu -i +# # Note that dmenu_command can contain arguments as well like: +# # `dmenu_command = rofi -dmenu -i -theme nmdm` +# # `dmenu_command = rofi -dmenu -width 30 -i` +# # `dmenu_command = dmenu -i -l 25 -b -nb #909090 -nf #303030` +rofi_highlight = False +# compact = # (Default: False). Remove extra spacing from display +# pinentry = # (Default: None) e.g. `pinentry-gtk` +# wifi_chars = +wifi_chars = ▂▄▆█ +# list_saved = # (Default: False) list saved connections + +[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 + +[editor] +terminal = alacritty +gui_if_available = False + +[nmdm] +# rescan_delay = # (seconds to wait after a wifi rescan before redisplaying the results)