This commit is contained in:
lelgenio 2020-04-25 01:09:57 -03:00
parent 5237fbcc19
commit cc644f5feb
4 changed files with 6 additions and 17 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ neomutt/.gnupg/
!neomutt/.gnupg/gpg-agent.conf
__pycache__
*.db

View File

@ -710,22 +710,7 @@ EOF
#}}}
# set_pam{{{
set_pam() {
cat > /etc/pam.d/login <<EOF
#%PAM-1.0
auth required pam_securetty.so
auth requisite pam_nologin.so
auth include system-local-login
account include system-local-login
session include system-local-login
auth optional pam_gnupg.so
session optional pam_gnupg.so
EOF
cat > /etc/pam.d/system-local-login <<EOF
#%PAM-1.0
auth include system-login
account include system-login
password include system-login
@ -734,6 +719,7 @@ session include system-login
auth optional pam_gnupg.so
session optional pam_gnupg.so
EOF
}
#}}}
# set_logind{{{

View File

@ -47,7 +47,9 @@
# implementation may differ.
# Note: When using rifle in ranger, there is an additional flag "c" for
# only running the current file even if you have marked multiple files.
flag f = xdg-open $@
mime ^image, has imv, X, flag f = imv -- "$@"
mime ^video, has mpv, X, flag f = mpv -- "$@"
flag f = xdg-open "$@"
#-------------------------------------------
# Websites
#-------------------------------------------

View File

@ -8,7 +8,7 @@ icons=1
default-timeout=10000
markup=1
actions=1
layer=overlay
# layer=overlay
[app-name=pavolume]
default-timeout=5000