summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2020-06-15 12:12:00 +0200
committerAlan Pearce2020-06-15 12:12:00 +0200
commite19a070b85318ea8b8eb34711c7b9920b36e7959 (patch)
tree3ff04e95ebdc0d1110e7fc4d6fce780269ad4451 /user
parentadb5daa81d641d5bad3bc32262ba8a67e3714edd (diff)
downloadnixfiles-e19a070b85318ea8b8eb34711c7b9920b36e7959.tar.lz
nixfiles-e19a070b85318ea8b8eb34711c7b9920b36e7959.tar.zst
nixfiles-e19a070b85318ea8b8eb34711c7b9920b36e7959.zip
Remove rofi-pass
Diffstat (limited to 'user')
-rw-r--r--user/settings/i3.nix1
-rw-r--r--user/settings/passwords.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/user/settings/i3.nix b/user/settings/i3.nix
index d47f8010..a33e3658 100644
--- a/user/settings/i3.nix
+++ b/user/settings/i3.nix
@@ -40,7 +40,6 @@
         "${mod}+Shift+w" = "kill";
 
         "${mod}+Mod1+r" = "exec rofi -show run";
-        "${mod}+Shift+semicolon" = "exec rofi-pass";
         "${mod}+space" = "exec \"rofi -show combi -combi-modi drun,window\"";
 
         # change focus
diff --git a/user/settings/passwords.nix b/user/settings/passwords.nix
index 72d4a0c6..0100ec58 100644
--- a/user/settings/passwords.nix
+++ b/user/settings/passwords.nix
@@ -3,7 +3,6 @@
 {
   home.packages = with pkgs; [
     keepassx-community
-    rofi-pass
     pass-otp
     pwgen