agenix: enable agenix

This commit is contained in:
2022-12-18 13:15:40 +01:00
parent 437e0b7194
commit b086356254
6 changed files with 52 additions and 10 deletions

View File

@@ -105,7 +105,8 @@
window.commands = [
{ command = "floating enable"; criteria = { class = "Pavucontrol"; }; }
{ command = "floating enable"; criteria = { class = "Galculator"; }; }
{ command = "floating enable"; criteria = { class = "^Yubi$"; }; }
{ command = "floating enable"; criteria = { class = "Nitrokey App"; }; }
{ command = "floating enable"; criteria = { class = "Yubico Authenticator"; }; }
{ command = "floating enable"; criteria = { window_role = "pop-up"; }; }
];
@@ -228,7 +229,7 @@
export VDPAU_DRIVER="iHD";
export XDG_SESSION_TYPE="wayland";
export XDG_CURRENT_DESKTOP="sway";
#export QT_QPA_PLATFORMTHEME="wayland-egl";
export QT_QPA_PLATFORMTHEME="wayland-egl";
export GST_VAAPI_ALL_DRIVERS="1";
export GTK_THEME="Arc";
export _JAVA_AWT_WM_NONREPARENTING="1";