From 75ebcd48e35d0eec76fa9a6cc7acbe17b5c7a597 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 6 Nov 2022 21:23:34 +0300 Subject: [PATCH] Remove ~/.pam_environment It has been deprecated for a long time and Arch Linux finally rem- oved support for it from pambase. See: https://bugs.archlinux.org/task/68945 --- config.yaml | 5 ----- dotfiles/pam_environment | 3 --- 2 files changed, 8 deletions(-) delete mode 100644 dotfiles/pam_environment diff --git a/config.yaml b/config.yaml index 1ad406a..965e7cd 100644 --- a/config.yaml +++ b/config.yaml @@ -48,9 +48,6 @@ dotfiles: f_psqlrc: src: psqlrc dst: ~/.psqlrc - f_pam_environment: - src: pam_environment - dst: ~/.pam_environment f_bashrc: src: bashrc dst: ~/.bashrc @@ -93,7 +90,6 @@ profiles: - f_wob.socket - f_sway-session.target - f_psqlrc - - f_pam_environment - f_xdg_desktop_portal_wlr_config - d_local_bin - f_ssh-agent.service @@ -114,7 +110,6 @@ profiles: - f_wob.socket - f_sway-session.target - f_psqlrc - - f_pam_environment - f_xdg_desktop_portal_wlr_config - f_geoclue-agent.service - d_local_bin diff --git a/dotfiles/pam_environment b/dotfiles/pam_environment deleted file mode 100644 index 37f8eea..0000000 --- a/dotfiles/pam_environment +++ /dev/null @@ -1,3 +0,0 @@ -MOZ_ENABLE_WAYLAND=1 -QT_QPA_PLATFORM=wayland-egl -XDG_CURRENT_DESKTOP=sway