File tree 2 files changed +12
-9
lines changed
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ local vars = RC.vars
7
7
local cmds =
8
8
{
9
9
-- Reinit
10
- " killall tint2" ,
11
- " killall thunar" ,
10
+ -- "killall tint2",
11
+ -- "killall thunar",
12
12
13
13
-- Spawner
14
14
" 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 &",
22
22
23
23
-- Shell
24
24
RC .vars .statusbar and ' ' or " bash -c ~/.config/awesome/shell/spawn_tint2.sh"
Original file line number Diff line number Diff line change 1
1
# Copy all this conf to ~/.gnupg/
2
2
default-key <LONGID-or-key-fpr>
3
+
4
+ use-agent
5
+ pinentry-mode loopback
You can’t perform that action at this time.
0 commit comments