framework: change hotkeys and add brave
zen has real perf issues.
This commit is contained in:
parent
9af12342ac
commit
a80c95bc62
3 changed files with 12 additions and 4 deletions
|
|
@ -38,6 +38,9 @@ in {
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
};
|
};
|
||||||
|
gesture = [
|
||||||
|
"3, horizontal, workspace"
|
||||||
|
];
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 0;
|
rounding = 0;
|
||||||
};
|
};
|
||||||
|
|
@ -63,9 +66,9 @@ in {
|
||||||
"${modifier}_SHIFT, space, cyclenext, floating"
|
"${modifier}_SHIFT, space, cyclenext, floating"
|
||||||
|
|
||||||
# window management
|
# window management
|
||||||
"${modifier}, F, fullscreen,"
|
"${modifier}, M, fullscreen,"
|
||||||
"${modifier}, V, togglefloating,"
|
"${modifier}, G, togglefloating,"
|
||||||
"${modifier}_SHIFT, X, killactive"
|
"${modifier}, Q, killactive"
|
||||||
|
|
||||||
# master layout
|
# master layout
|
||||||
"${modifier}, j, layoutmsg, rollnext"
|
"${modifier}, j, layoutmsg, rollnext"
|
||||||
|
|
@ -82,7 +85,7 @@ in {
|
||||||
"${modifier}_SHIFT, l, moveintogroup, r"
|
"${modifier}_SHIFT, l, moveintogroup, r"
|
||||||
|
|
||||||
# scratch buffer
|
# scratch buffer
|
||||||
"${modifier}, Y, togglespecialworkspace"
|
"${modifier}, Y, togglespecialworkspace"
|
||||||
"${modifier}_SHIFT, Y, movetoworkspace, special"
|
"${modifier}_SHIFT, Y, movetoworkspace, special"
|
||||||
|
|
||||||
# applications
|
# applications
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
|
|
||||||
inputs.zen-browser.packages.x86_64-linux.default
|
inputs.zen-browser.packages.x86_64-linux.default
|
||||||
|
brave
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
|
|
|
||||||
|
|
@ -102,6 +102,10 @@ in {
|
||||||
modifier = "${modifier}_SHIFT";
|
modifier = "${modifier}_SHIFT";
|
||||||
key = "S";
|
key = "S";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
modifier = "";
|
||||||
|
key = "Print";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue