full hyprland option support (not really full but full enough shh)

This commit is contained in:
KoenDR06 2025-08-24 21:24:35 +02:00
parent a62b71ff00
commit 59a9429532
2 changed files with 1537 additions and 328 deletions

View file

@ -268,6 +268,10 @@ in {
misc = { misc = {
forceDefaultWallpaper = 0; forceDefaultWallpaper = 0;
keyPressEnablesDPMS = true; keyPressEnablesDPMS = true;
newWindowTakesOverFullscreen = 2;
enableSwallow = true;
swallowRegex = "^kitty$";
}; };
input = { input = {
@ -278,6 +282,8 @@ in {
sensitivity = 0.0; sensitivity = 0.0;
touchpad.naturalScroll = true; touchpad.naturalScroll = true;
numlockByDefault = true; numlockByDefault = true;
touchpad.dragLock = true;
}; };
gestures = { gestures = {
@ -286,7 +292,7 @@ in {
group = { group = {
autoGroup = false; autoGroup = false;
dragIntoGroup = 2; dragIntoGroup = 1;
col = { col = {
borderActive = config.horseman.wm.hyprland.config.general.col.activeBorder; # I don't wanna believe this can't be done better :( borderActive = config.horseman.wm.hyprland.config.general.col.activeBorder; # I don't wanna believe this can't be done better :(
@ -302,6 +308,15 @@ in {
}; };
}; };
binds = {
workspaceCenterOn = 1;
dragThreshold = 50;
};
ecosystem = {
noDonationNag = true;
};
monitors = { monitors = {
defaultMonitor = true; defaultMonitor = true;
}; };

File diff suppressed because it is too large Load diff