framework: change hotkeys and add brave

zen has real perf issues.
This commit is contained in:
Tristan 2026-01-27 13:31:58 +00:00
parent 9af12342ac
commit a80c95bc62
3 changed files with 12 additions and 4 deletions

View file

@ -38,6 +38,9 @@ in {
numlock_by_default = true;
accel_profile = "flat";
};
gesture = [
"3, horizontal, workspace"
];
decoration = {
rounding = 0;
};
@ -63,9 +66,9 @@ in {
"${modifier}_SHIFT, space, cyclenext, floating"
# window management
"${modifier}, F, fullscreen,"
"${modifier}, V, togglefloating,"
"${modifier}_SHIFT, X, killactive"
"${modifier}, M, fullscreen,"
"${modifier}, G, togglefloating,"
"${modifier}, Q, killactive"
# master layout
"${modifier}, j, layoutmsg, rollnext"

View file

@ -31,6 +31,7 @@
bitwarden-desktop
inputs.zen-browser.packages.x86_64-linux.default
brave
];
programs.obs-studio = {

View file

@ -102,6 +102,10 @@ in {
modifier = "${modifier}_SHIFT";
key = "S";
}
{
modifier = "";
key = "Print";
}
];
}
{