Compare commits

...

2 Commits

Author SHA1 Message Date
Daylin Morgan 372465e71c
use envvar instead of sub shell 2024-02-29 12:02:42 -06:00
Daylin Morgan b5730de862
make if harder to quit Hyprland 2024-02-29 12:02:32 -06:00
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ bind = $mainMod SHIFT, L, exec, lock
bind = $mainMod, f, fullscreen, 0
bind = $mainMod SHIFT, f, togglefloating,
bind = $mainMod, m, exit,
bind = $mainMod SHIFT, m, exit,
bind = $mainMod SHIFT, R, exec, hyprctl reload
# Move focus with mainMod + hjkl

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
export GPG_TTY=$(tty)
export GPG_TTY="$TTY"
gpgconf --launch gpg-agent