home: wm: dunst: use rofi as 'dmenu' when enabled
This commit is contained in:
parent
43786904b4
commit
e8f664c949
|
@ -11,6 +11,10 @@ in
|
||||||
global = {
|
global = {
|
||||||
alignment = "center"; # Put message in the middle of the box
|
alignment = "center"; # Put message in the middle of the box
|
||||||
browser = "xdg-open"; # use default browser to open links
|
browser = "xdg-open"; # use default browser to open links
|
||||||
|
dmenu =
|
||||||
|
lib.mkIf
|
||||||
|
config.my.home.wm.rofi.enable
|
||||||
|
"rofi -p dunst -dmenu"; # use rofi for menu
|
||||||
follow = "keyboard"; # follow keyboard focus
|
follow = "keyboard"; # follow keyboard focus
|
||||||
font = "Monospace 8"; # Simple looking font
|
font = "Monospace 8"; # Simple looking font
|
||||||
frame_width = 3; # small frame
|
frame_width = 3; # small frame
|
||||||
|
|
Loading…
Reference in a new issue