diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-17 00:29:32 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-17 00:29:32 +0200 |
commit | 84dc4d81c70af431c786b5080307d6bb87a0162e (patch) | |
tree | 6071359188189c7d0dbf07e176df9db3eef86121 /bin/guiscripts | |
parent | 2dab2233ef9cb54a3878e0120016d542045c7ee8 (diff) |
checkpoint
Diffstat (limited to 'bin/guiscripts')
-rwxr-xr-x | bin/guiscripts/startw | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/guiscripts/startw b/bin/guiscripts/startw index 0383f48..dbf4450 100755 --- a/bin/guiscripts/startw +++ b/bin/guiscripts/startw @@ -1,8 +1,4 @@ #!/bin/sh - eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg,ssh)" eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D 2> /dev/null)" - -(cd ~/.config/waybar/ && ln -sf hyprland.jsonc config.jsonc) - Hyprland |