From 913116c38328bb14bbe621bf77b3d1e08744fe58 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 21 Mar 2020 20:34:16 +0100 Subject: [PATCH] Add Wayland compatibility improvements --- neomutt/.config/neomutt/etc/aliases | 2 +- pam-gpg/.pam_environment | 2 ++ sway/.config/sway/config | 2 +- vdirsyncer/.config/vdirsyncer/config | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/neomutt/.config/neomutt/etc/aliases b/neomutt/.config/neomutt/etc/aliases index e4561c3..79958e3 100644 --- a/neomutt/.config/neomutt/etc/aliases +++ b/neomutt/.config/neomutt/etc/aliases @@ -4,7 +4,7 @@ alias dani dmolina@decsai.ugr.es alias cano carloscano@ugr.es alias paco carranzafr@ugr.es -alias mesa cdemesa@decsai.ugr.es +alias desigual cdemesa@decsai.ugr.es alias merino cmerino@ugr.es alias carlos carlosrodriguez@ugr.es alias mari mjesusrodriguez@ugr.es diff --git a/pam-gpg/.pam_environment b/pam-gpg/.pam_environment index ffc210f..56a8e1c 100644 --- a/pam-gpg/.pam_environment +++ b/pam-gpg/.pam_environment @@ -4,3 +4,5 @@ SSH_AUTH_SOCK DEFAULT="/run/user/1000/gnupg/S.gpg-agent.ssh" # Wayland config MOZ_ENABLE_WAYLAND=1 GRIM_DEFAULT_DIR=/home/coolneng/Photos/Screenshots +_JAVA_AWT_WM_NONREPARENTING=1 +QT_QPA_PLATFORM=xcb diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 323bfde..5e3fd75 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -300,7 +300,7 @@ exec swayidle -w \ exec kitty --class tmux -- tmuxp load ~/.tmuxp/local.yaml # firefox assign [app_id="firefox"] $workspace2 - exec firefox + exec firefox-wayland # emacs assign [class="Emacs"] $workspace3 exec emacs diff --git a/vdirsyncer/.config/vdirsyncer/config b/vdirsyncer/.config/vdirsyncer/config index 666c71f..8f4853b 100644 --- a/vdirsyncer/.config/vdirsyncer/config +++ b/vdirsyncer/.config/vdirsyncer/config @@ -48,7 +48,7 @@ username = "coolneng" # The password can also be fetched from the system password storage, netrc or a # custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html password.fetch = ["command", "pass", "cli/caldav"] -verify_fingerprint = "8F:B0:B1:7F:30:8F:3B:C2:FD:9A:B8:72:1E:57:C7:64:78:8C:4A:9C:1E:EE:69:7C:DC:60:DF:02:DE:E2:8E:B2" +verify_fingerprint = "AC:98:BC:C1:22:61:D1:43:31:20:0B:45:20:08:74:FA:D3:54:64:5C:CA:49:CB:61:25:A8:B2:9A:3D:A0:48:97" # CALDAV [pair bob_calendar] @@ -74,7 +74,7 @@ type = "caldav" url = "https://coolneng.duckdns.org/radicale/" username = "coolneng" password.fetch = ["command", "pass", "cli/caldav"] -verify_fingerprint = "8F:B0:B1:7F:30:8F:3B:C2:FD:9A:B8:72:1E:57:C7:64:78:8C:4A:9C:1E:EE:69:7C:DC:60:DF:02:DE:E2:8E:B2" +verify_fingerprint = "AC:98:BC:C1:22:61:D1:43:31:20:0B:45:20:08:74:FA:D3:54:64:5C:CA:49:CB:61:25:A8:B2:9A:3D:A0:48:97" [storage google_calendar_local] type = "filesystem"