Use default pinentry, show it on all workspaces
This commit is contained in:
parent
b29f6592dd
commit
f1fe1617d8
@ -35,6 +35,7 @@ windowManage = composeAll
|
|||||||
, role =? "toolbox_window" --> doF W.focusDown
|
, role =? "toolbox_window" --> doF W.focusDown
|
||||||
|
|
||||||
, className =? "Dunst" --> doF W.focusDown <+> doF copyToAll
|
, className =? "Dunst" --> doF W.focusDown <+> doF copyToAll
|
||||||
|
, className =? "Pinentry" --> doFloat <+> doF copyToAll
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
viewShift = doF . liftM2 (.) W.greedyView W.shift
|
viewShift = doF . liftM2 (.) W.greedyView W.shift
|
||||||
|
@ -85,9 +85,6 @@ in {
|
|||||||
services = {
|
services = {
|
||||||
gpg-agent = {
|
gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
|
||||||
pinentry-program ${pkgs.pinentry}/bin/pinentry-curses
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ in {
|
|||||||
# utils
|
# utils
|
||||||
wget tmux zsh vim htop acpi bc p7zip mpv
|
wget tmux zsh vim htop acpi bc p7zip mpv
|
||||||
git pass unzip zip w3m whois dnsutils feh
|
git pass unzip zip w3m whois dnsutils feh
|
||||||
parted iotop nmap tldr sshfs pinentry_ncurses
|
parted iotop nmap tldr sshfs
|
||||||
oathToolkit neomutt pciutils easyrsa openvpn
|
oathToolkit neomutt pciutils easyrsa openvpn
|
||||||
lsof tcpdump ddcutil pmount woeusb tigervnc
|
lsof tcpdump ddcutil pmount woeusb tigervnc
|
||||||
file mkpasswd irssi heroku hdparm debootstrap
|
file mkpasswd irssi heroku hdparm debootstrap
|
||||||
|
Loading…
Reference in New Issue
Block a user