stylix (round 2)

This commit is contained in:
Schrottkatze 2025-03-27 19:41:45 +01:00
commit 5b7e15db62
No known key found for this signature in database
5 changed files with 51 additions and 29 deletions

View file

@ -4,7 +4,10 @@
binds = {
"Print".action.screenshot = [];
"Ctrl+Print".action.screenshot-screen = [];
"Alt+Print".action.screenshot-window = [];
"Shift+Print".action.screenshot-window = [];
"Mod+S".action.screenshot = [];
"Mod+Ctrl+S".action.screenshot-screen = [];
"Mod+Shift+S".action.screenshot-window = [];
};
};
}