Compare commits
No commits in common. "6106bd267474d8e0b1329706c5cb1a851b5a9c41" and "8d16698228a7634475abd43b529cbc655d3ab3cd" have entirely different histories.
6106bd2674
...
8d16698228
4 changed files with 4 additions and 21 deletions
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
"Mod+Shift+E".action.quit = [];
|
"Mod+Shift+E".action.quit = [];
|
||||||
"Mod+Shift+Q".action.close-window = [];
|
"Mod+Shift+Q".action.close-window = [];
|
||||||
"Mod+Shift+P".action.power-off-monitors = [];
|
|
||||||
|
|
||||||
"Mod+Shift+Slash".action.show-hotkey-overlay = [];
|
"Mod+Shift+Slash".action.show-hotkey-overlay = [];
|
||||||
|
|
||||||
|
@ -21,10 +20,6 @@
|
||||||
"Mod+Ctrl+J".action.move-window-down = [];
|
"Mod+Ctrl+J".action.move-window-down = [];
|
||||||
"Mod+Ctrl+K".action.move-window-up = [];
|
"Mod+Ctrl+K".action.move-window-up = [];
|
||||||
"Mod+Ctrl+L".action.move-column-right = [];
|
"Mod+Ctrl+L".action.move-column-right = [];
|
||||||
"Mod+R".action.switch-preset-column-width = [];
|
|
||||||
|
|
||||||
"Mod+V".action.toggle-window-floating = [];
|
|
||||||
"Mod+Shift+V".action.switch-focus-between-floating-and-tiling = [];
|
|
||||||
|
|
||||||
# monitor controls
|
# monitor controls
|
||||||
"Mod+Shift+H".action.focus-monitor-left = [];
|
"Mod+Shift+H".action.focus-monitor-left = [];
|
||||||
|
|
|
@ -7,10 +7,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
touchpad = {
|
touchpad = {
|
||||||
tap = false;
|
tap = true;
|
||||||
natural-scroll = true;
|
natural-scroll = true;
|
||||||
dwt = true;
|
|
||||||
dwtp = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,19 +41,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
window-rules = [
|
window-rules = [{
|
||||||
{
|
|
||||||
matches = [{
|
|
||||||
is-floating = true;
|
|
||||||
}];
|
|
||||||
shadow = {
|
|
||||||
softness = 40;
|
|
||||||
color = "#bab9e5af";
|
|
||||||
inactive-color = "#fa9d99af";
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
|
||||||
geometry-corner-radius = let val = 1.; in {
|
geometry-corner-radius = let val = 1.; in {
|
||||||
bottom-left = val;
|
bottom-left = val;
|
||||||
bottom-right = val;
|
bottom-right = val;
|
||||||
|
|
|
@ -160,6 +160,8 @@ in
|
||||||
|
|
||||||
mupdf
|
mupdf
|
||||||
inotify-tools
|
inotify-tools
|
||||||
|
|
||||||
|
logseq
|
||||||
];
|
];
|
||||||
xsession = {
|
xsession = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue