diff options
| -rw-r--r-- | .config/hypr/bindings.conf | 1 | ||||
| -rw-r--r-- | README.md | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/hypr/bindings.conf b/.config/hypr/bindings.conf index 428e2da..a996a72 100644 --- a/.config/hypr/bindings.conf +++ b/.config/hypr/bindings.conf @@ -3,7 +3,6 @@ # See https://wiki.hypr.land/Configuring/Keywords/ # See https://wiki.hypr.land/Configuring/Binds/ -bindd = SUPER, Q, Quit, killactive, bindd = SUPER SHIFT, T, Terminal, exec, uwsm-app -- alacritty bindd = SUPER SHIFT, F, File Manager, exec, uwsm-app -- nautilus --new-window bindd = SUPER SHIFT, B, Web Browser, exec, uwsm-app -- firefox @@ -11,13 +11,14 @@ ```bash git clone https://git.sr.ht/~a14m/.rc +sudo ln -sf ~/.rc/.gnupg/pinentry-wrapper /usr/local/bin/pinentry-wrapper cd ~/.rc -stow --no-folding . +stow --no-folding --adopt . +git restore . +git remote set-url origin [email protected]:~a14m/.rc chmod 0700 ~/.gnupg -cp ~/.rc/.gnupg/pinentry-wrapper /usr/local/bin/pinentry-wrapper gpgconf --kill gpg-agent gpg-connect-agent /bye -git remote set-url origin [email protected]:~a14m/.rc ``` Extra configurations for different distro families: |
