rofi-pass config

This commit is contained in:
Griffin Smith 2020-04-04 11:38:03 -04:00
parent 74ad2caf32
commit 4399b2ac44

View file

@ -38,6 +38,7 @@ in {
home.packages = with pkgs; [
maim
rofi
rofi-pass
i3status
python38Packages.py3status
i3lock
@ -88,11 +89,14 @@ in {
rofi \
-modi 'combi' \
-combi-modi "window,drun,ssh,run" \
-font 'MesloLGSDZ 10' \
-font '${decorationFont}' \
-show combi
'';
in "exec ${rofi}";
# Passwords
"${mod}+p" = "exec rofi-pass -font '${decorationFont}'";
# Media
"XF86AudioPlay" = "exec playerctl play-pause";
"XF86AudioNext" = "exec playerctl next";