feat: forgor

This commit is contained in:
Kat Inskip 2025-07-13 20:16:14 -07:00
parent f63d899a25
commit e7f36f5d1c
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 6 additions and 2 deletions

View file

@ -26,6 +26,7 @@ in {
};
gestures.hot-corners.enable = false;
input = {
workspace-auto-back-and-forth = true;
keyboard = {
xkb = {
options = "compose:rctrl,ctrl:nocaps";
@ -38,7 +39,8 @@ in {
dwt = true;
dwtp = true;
};
focus-follows-mouse.enable = true;
# i think this causes issues with games
#focus-follows-mouse.enable = true;
};
layout = {
background-color = config.palette.base.hex;