Fixed issue with protonmail-bridge path
This commit is contained in:
Submodule bash-scripts updated: 57ef154e0f...5180bc805c
@@ -84,7 +84,11 @@
|
|||||||
description = "Protonmail Bridge";
|
description = "Protonmail Bridge";
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
path = [ pkgs.pass ];
|
path = with pkgs; [
|
||||||
|
pass
|
||||||
|
gnupg
|
||||||
|
pinentry-gtk2
|
||||||
|
];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
ExecStart = "${pkgs.protonmail-bridge}/bin/protonmail-bridge --noninteractive";
|
ExecStart = "${pkgs.protonmail-bridge}/bin/protonmail-bridge --noninteractive";
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ bindsym $mod+Shift+k move up
|
|||||||
bindsym $mod+Shift+j move down
|
bindsym $mod+Shift+j move down
|
||||||
bindsym $mod+Shift+l move right
|
bindsym $mod+Shift+l move right
|
||||||
|
|
||||||
# move entire workspace
|
# move entire workspace
|
||||||
bindsym $mod+Shift+period move workspace to output right
|
bindsym $mod+Shift+period move workspace to output right
|
||||||
bindsym $mod+Shift+comma move workspace to output left
|
bindsym $mod+Shift+comma move workspace to output left
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user