hyprland2nix bump 0.52.0

This commit is contained in:
KoenDR06 2025-11-27 17:53:01 +01:00
parent 27c4701d7f
commit cab0af381c
7 changed files with 1425 additions and 1047 deletions

View file

@ -49,7 +49,6 @@ in {
general {
border_size = ${toString hypr.general.borderSize}
no_border_on_floating = ${boolToString hypr.general.noBorderOnFloating}
gaps_in = ${toString hypr.general.gapsIn}
gaps_out = ${toString hypr.general.gapsOut}
gaps_workspaces = ${toString hypr.general.gapsWorkspaces}
@ -195,9 +194,6 @@ in {
}
gestures {
workspace_swipe = ${boolToString hypr.gestures.workspaceSwipe}
workspace_swipe_fingers = ${toString hypr.gestures.workspaceSwipeFingers}
workspace_swipe_min_fingers = ${boolToString hypr.gestures.workspaceSwipeMinFingers}
workspace_swipe_distance = ${toString hypr.gestures.workspaceSwipeDistance}
workspace_swipe_touch = ${boolToString hypr.gestures.workspaceSwipeTouch}
workspace_swipe_invert = ${boolToString hypr.gestures.workspaceSwipeInvert}
@ -279,7 +275,7 @@ in {
allow_session_lock_restore = ${boolToString hypr.misc.allowSessionLockRestore}
background_color = ${toString hypr.misc.backgroundColor}
close_special_on_empty = ${boolToString hypr.misc.closeSpecialOnEmpty}
new_window_takes_over_fullscreen = ${toString hypr.misc.newWindowTakesOverFullscreen}
on_focus_under_fullscreen = ${toString hypr.misc.onFocusUnderFullscreen}
exit_window_retains_fullscreen = ${boolToString hypr.misc.exitWindowRetainsFullscreen}
initial_workspace_tracking = ${toString hypr.misc.initialWorkspaceTracking}
middle_click_paste = ${boolToString hypr.misc.middleClickPaste}