diff options
author | Alan Pearce | 2020-06-15 12:12:00 +0200 |
---|---|---|
committer | Alan Pearce | 2020-06-15 12:12:00 +0200 |
commit | e19a070b85318ea8b8eb34711c7b9920b36e7959 (patch) | |
tree | 3ff04e95ebdc0d1110e7fc4d6fce780269ad4451 /user/settings | |
parent | adb5daa81d641d5bad3bc32262ba8a67e3714edd (diff) | |
download | nixfiles-e19a070b85318ea8b8eb34711c7b9920b36e7959.tar.lz nixfiles-e19a070b85318ea8b8eb34711c7b9920b36e7959.tar.zst nixfiles-e19a070b85318ea8b8eb34711c7b9920b36e7959.zip |
Remove rofi-pass
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/i3.nix | 1 | ||||
-rw-r--r-- | user/settings/passwords.nix | 1 |
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 |