Skip to content

Commit d7f4c73

Browse files
committed
fix(gpg & awesome): more minimalize
1 parent 5337b59 commit d7f4c73

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.config/awesome/main/autostart.lua

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ local vars = RC.vars
77
local cmds =
88
{
99
-- Reinit
10-
"killall tint2",
11-
"killall thunar",
10+
--"killall tint2",
11+
--"killall thunar",
1212

1313
-- Spawner
1414
"feh --bg-scale \"" .. vars.wallpaper .. "\"",
15-
"thunar --daemon",
16-
"xfce4-power-manager &",
17-
"start-pulseaudio-x11 &",
18-
"xfsettingsd &",
19-
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &",
20-
"/usr/lib/xfce4/xfconf/xfconfd &",
21-
"nm-applet &",
15+
--"thunar --daemon",
16+
--"xfce4-power-manager &",
17+
--"start-pulseaudio-x11 &",
18+
--"xfsettingsd &",
19+
--"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &",
20+
--"/usr/lib/xfce4/xfconf/xfconfd &",
21+
--"nm-applet &",
2222

2323
-- Shell
2424
RC.vars.statusbar and '' or "bash -c ~/.config/awesome/shell/spawn_tint2.sh"

.gnupg/gpg.conf

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Copy all this conf to ~/.gnupg/
22
default-key <LONGID-or-key-fpr>
3+
4+
use-agent
5+
pinentry-mode loopback

0 commit comments

Comments
 (0)