Add Wayland compatibility improvements

This commit is contained in:
coolneng 2020-03-21 20:34:16 +01:00
parent b705145bac
commit 913116c383
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
4 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"