rofi-pass config
This commit is contained in:
parent
74ad2caf32
commit
4399b2ac44
1 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue