Try fix keyring, add matlab opening scripts

This commit is contained in:
2024-06-13 16:51:32 +02:00
parent 084100c557
commit 49cfa7c50d
4 changed files with 16 additions and 5 deletions

View File

@ -207,7 +207,7 @@ in
"$mod, P, pseudo," # dwindle
# opening applications
"$mod, D, exec, wofi --show drun"
"$mod, D, exec, wofi --show run"
"$mod, E, exec, thunar"
"$mod, Return, exec, alacritty"
"$mod, B, exec, firefox"

View File

@ -47,6 +47,6 @@ in
};
# unlock GPG keyring on login
# security.pam.services.greetd.enableGnomeKeyring = true;
security.pam.services.greetd.enableGnomeKeyring = true;
};
}