diff options
Diffstat (limited to 'dwm')
-rw-r--r-- | dwm/.xinitrc | 2 | ||||
-rwxr-xr-x | dwm/lc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dwm/.xinitrc b/dwm/.xinitrc index 2c0ba68..b824fad 100644 --- a/dwm/.xinitrc +++ b/dwm/.xinitrc @@ -5,7 +5,7 @@ export TERM=st dbus-update-activation-environment --systemd DISPLAY -eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets) +eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) export SSH_AUTH_SOCK xmodmap .Xmodmap @@ -73,7 +73,7 @@ handle_stuff() { firefox -p Sharelatex --no-remote fi if [ "$1" = "pass" ]; then - sh ~/Scripts/passmenu --type + bash ~/Scripts/passmenu --type fi if [ "$1" = "stat" ]; then |