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;
|
||||
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"
|
||||
|
|
@ -82,7 +85,7 @@ in {
|
|||
"${modifier}_SHIFT, l, moveintogroup, r"
|
||||
|
||||
# scratch buffer
|
||||
"${modifier}, Y, togglespecialworkspace"
|
||||
"${modifier}, Y, togglespecialworkspace"
|
||||
"${modifier}_SHIFT, Y, movetoworkspace, special"
|
||||
|
||||
# applications
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
bitwarden-desktop
|
||||
|
||||
inputs.zen-browser.packages.x86_64-linux.default
|
||||
brave
|
||||
];
|
||||
|
||||
programs.obs-studio = {
|
||||
|
|
|
|||
|
|
@ -102,6 +102,10 @@ in {
|
|||
modifier = "${modifier}_SHIFT";
|
||||
key = "S";
|
||||
}
|
||||
{
|
||||
modifier = "";
|
||||
key = "Print";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue