feat: vrr for hyprland and animate windows resize
This commit is contained in:
parent
1dcf97e2d6
commit
5d1fd3435c
7 changed files with 22 additions and 20 deletions
|
@ -6,10 +6,10 @@ bind = $mainMod, P, pseudo,
|
|||
bind = $mainMod, D, togglesplit,
|
||||
bind = $mainMod, F, fullscreen, 1
|
||||
bind =, F11, fullscreen,
|
||||
bind = $mainMod SHIFT, right, resizeactive, 100 0
|
||||
bind = $mainMod SHIFT, left, resizeactive, -100 0
|
||||
bind = $mainMod SHIFT, up, resizeactive, 0 -100
|
||||
bind = $mainMod SHIFT, down, resizeactive, 0 100
|
||||
binde = $mainMod SHIFT, right, resizeactive, 100 0
|
||||
binde = $mainMod SHIFT, left, resizeactive, -100 0
|
||||
binde = $mainMod SHIFT, up, resizeactive, 0 -100
|
||||
binde = $mainMod SHIFT, down, resizeactive, 0 100
|
||||
bind = $mainMod ALT, left, movewindow, l
|
||||
bind = $mainMod ALT, right, movewindow, r
|
||||
bind = $mainMod ALT, up, movewindow, u
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# -----------------------------------------------------
|
||||
# Misc settings
|
||||
# -----------------------------------------------------
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
}
|
|
@ -1 +1 @@
|
|||
source = ~/.config/hypr/conf/monitors/1920x1080.conf
|
||||
source = ~/.config/hypr/conf/monitors/default.conf
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -----------------------------------------------------
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1920x1080"
|
||||
# -----------------------------------------------------
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,1920x1080@75,auto,1
|
|
@ -1,6 +1,6 @@
|
|||
# -----------------------------------------------------
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,preferred,auto,1
|
||||
monitor=,1920x1080@75,auto,1
|
||||
|
|
|
@ -16,4 +16,15 @@ general {
|
|||
allow_tearing = false
|
||||
|
||||
sensitivity = 0.3
|
||||
}
|
||||
}
|
||||
|
||||
misc {
|
||||
focus_on_activate = false
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
animate_manual_resizes = true
|
||||
animate_mouse_windowdragging = false
|
||||
background_color = 0000
|
||||
vrr = 1
|
||||
vfr = false
|
||||
}
|
||||
|
|
|
@ -59,7 +59,6 @@ source = ~/.config/hypr/conf/input.conf
|
|||
# -----------------------------------------------------
|
||||
source = ~/.config/hypr/conf/settings.conf
|
||||
source = ~/.config/hypr/conf/devices.conf
|
||||
source = ~/.config/hypr/conf/misc.conf
|
||||
source = ~/.config/hypr/conf/decoration.conf
|
||||
source = ~/.config/hypr/conf/layout.conf
|
||||
source = ~/.config/hypr/conf/keybinds.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue