changes
This commit is contained in:
parent
14e786684c
commit
c2c17b115e
2 changed files with 12 additions and 0 deletions
|
|
@ -173,6 +173,7 @@
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
qbittorrent
|
qbittorrent
|
||||||
whatsapp-electron
|
whatsapp-electron
|
||||||
|
nautilus
|
||||||
|
|
||||||
# gui applications ( multimedia )
|
# gui applications ( multimedia )
|
||||||
audacity
|
audacity
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,16 @@
|
||||||
open-maximized = true;
|
open-maximized = true;
|
||||||
open-focused = true;
|
open-focused = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
matches = [
|
||||||
|
{
|
||||||
|
app-id = "mpv";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
border.enable = false;
|
||||||
|
border.width = 0;
|
||||||
|
shadow.enable = false;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
binds = {
|
binds = {
|
||||||
"Mod+Shift+Slash".action.show-hotkey-overlay = {};
|
"Mod+Shift+Slash".action.show-hotkey-overlay = {};
|
||||||
|
|
@ -362,6 +372,7 @@
|
||||||
"Mod+Ctrl+R".action.reset-window-height = {};
|
"Mod+Ctrl+R".action.reset-window-height = {};
|
||||||
"Mod+F".action.maximize-column = {};
|
"Mod+F".action.maximize-column = {};
|
||||||
"Mod+Shift+F".action.maximize-window-to-edges = {};
|
"Mod+Shift+F".action.maximize-window-to-edges = {};
|
||||||
|
"Mod+Ctrl+Shift+F".action.fullscreen-window = {};
|
||||||
|
|
||||||
"Mod+Ctrl+F".action.expand-column-to-available-width = {};
|
"Mod+Ctrl+F".action.expand-column-to-available-width = {};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue