prevent mpv from being a floating app in qtile

This commit is contained in:
Andreas Zweili 2022-01-21 22:20:28 +01:00
parent a74e870a88
commit 91b01e2c96
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
bindings = {
s = "playlist-shuffle";
};
config = {
"keepaspect-window" = "no";
};
};
xdg.mimeApps = {
enable = true;