mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
22 lines
888 B
INI
22 lines
888 B
INI
[dmenu]
|
|
# dmenu_command = /usr/bin/dmenu
|
|
# # Note that dmenu_command can contain arguments as well like `rofi -width 30`
|
|
# # Rofi and dmenu are set to case insensitive by default `-i`
|
|
# l = number of lines to display, defaults to number of total network options
|
|
# fn = font string
|
|
# nb = normal background (name, #RGB, or #RRGGBB)
|
|
# nf = normal foreground
|
|
# sb = selected background
|
|
# sf = selected foreground
|
|
# b = (just set to empty value and menu will appear at the bottom
|
|
# m = number of monitor to display on
|
|
# p = Custom Prompt for the networks menu
|
|
# pinentry 25 Pinentry command
|
|
rofi_highlight = True
|
|
dmenu_command = /usr/bin/rofi -dmenu -config "~/.config/rofi/config-monocle.rasi" -theme-str "#window { location: northeast; border: 0; }"
|
|
[editor]
|
|
terminal = default-terminal
|
|
gui_if_available = True
|
|
# terminal = <name of terminal program>
|
|
# gui_if_available = <True or False>
|