full hyprland option support (not really full but full enough shh)
This commit is contained in:
parent
a62b71ff00
commit
59a9429532
2 changed files with 1537 additions and 328 deletions
|
|
@ -268,6 +268,10 @@ in {
|
|||
misc = {
|
||||
forceDefaultWallpaper = 0;
|
||||
keyPressEnablesDPMS = true;
|
||||
newWindowTakesOverFullscreen = 2;
|
||||
|
||||
enableSwallow = true;
|
||||
swallowRegex = "^kitty$";
|
||||
};
|
||||
|
||||
input = {
|
||||
|
|
@ -278,6 +282,8 @@ in {
|
|||
sensitivity = 0.0;
|
||||
touchpad.naturalScroll = true;
|
||||
numlockByDefault = true;
|
||||
|
||||
touchpad.dragLock = true;
|
||||
};
|
||||
|
||||
gestures = {
|
||||
|
|
@ -286,7 +292,7 @@ in {
|
|||
|
||||
group = {
|
||||
autoGroup = false;
|
||||
dragIntoGroup = 2;
|
||||
dragIntoGroup = 1;
|
||||
|
||||
col = {
|
||||
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 = {
|
||||
defaultMonitor = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue