Add Wayland compatibility improvements
This commit is contained in:
parent
b705145bac
commit
913116c383
|
@ -4,7 +4,7 @@
|
||||||
alias dani dmolina@decsai.ugr.es
|
alias dani dmolina@decsai.ugr.es
|
||||||
alias cano carloscano@ugr.es
|
alias cano carloscano@ugr.es
|
||||||
alias paco carranzafr@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 merino cmerino@ugr.es
|
||||||
alias carlos carlosrodriguez@ugr.es
|
alias carlos carlosrodriguez@ugr.es
|
||||||
alias mari mjesusrodriguez@ugr.es
|
alias mari mjesusrodriguez@ugr.es
|
||||||
|
|
|
@ -4,3 +4,5 @@ SSH_AUTH_SOCK DEFAULT="/run/user/1000/gnupg/S.gpg-agent.ssh"
|
||||||
# Wayland config
|
# Wayland config
|
||||||
MOZ_ENABLE_WAYLAND=1
|
MOZ_ENABLE_WAYLAND=1
|
||||||
GRIM_DEFAULT_DIR=/home/coolneng/Photos/Screenshots
|
GRIM_DEFAULT_DIR=/home/coolneng/Photos/Screenshots
|
||||||
|
_JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
QT_QPA_PLATFORM=xcb
|
||||||
|
|
|
@ -300,7 +300,7 @@ exec swayidle -w \
|
||||||
exec kitty --class tmux -- tmuxp load ~/.tmuxp/local.yaml
|
exec kitty --class tmux -- tmuxp load ~/.tmuxp/local.yaml
|
||||||
# firefox
|
# firefox
|
||||||
assign [app_id="firefox"] $workspace2
|
assign [app_id="firefox"] $workspace2
|
||||||
exec firefox
|
exec firefox-wayland
|
||||||
# emacs
|
# emacs
|
||||||
assign [class="Emacs"] $workspace3
|
assign [class="Emacs"] $workspace3
|
||||||
exec emacs
|
exec emacs
|
||||||
|
|
|
@ -48,7 +48,7 @@ username = "coolneng"
|
||||||
# The password can also be fetched from the system password storage, netrc or a
|
# 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
|
# custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html
|
||||||
password.fetch = ["command", "pass", "cli/caldav"]
|
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
|
# CALDAV
|
||||||
[pair bob_calendar]
|
[pair bob_calendar]
|
||||||
|
@ -74,7 +74,7 @@ type = "caldav"
|
||||||
url = "https://coolneng.duckdns.org/radicale/"
|
url = "https://coolneng.duckdns.org/radicale/"
|
||||||
username = "coolneng"
|
username = "coolneng"
|
||||||
password.fetch = ["command", "pass", "cli/caldav"]
|
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]
|
[storage google_calendar_local]
|
||||||
type = "filesystem"
|
type = "filesystem"
|
||||||
|
|
Loading…
Reference in New Issue