This commit is contained in:
Sean Kovacs 2026-01-07 19:41:09 -05:00
commit c2c17b115e
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 12 additions and 0 deletions

View file

@ -173,6 +173,7 @@
bitwarden-desktop
qbittorrent
whatsapp-electron
nautilus
# gui applications ( multimedia )
audacity

View file

@ -133,6 +133,16 @@
open-maximized = true;
open-focused = true;
}
{
matches = [
{
app-id = "mpv";
}
];
border.enable = false;
border.width = 0;
shadow.enable = false;
}
];
binds = {
"Mod+Shift+Slash".action.show-hotkey-overlay = {};
@ -362,6 +372,7 @@
"Mod+Ctrl+R".action.reset-window-height = {};
"Mod+F".action.maximize-column = {};
"Mod+Shift+F".action.maximize-window-to-edges = {};
"Mod+Ctrl+Shift+F".action.fullscreen-window = {};
"Mod+Ctrl+F".action.expand-column-to-available-width = {};