From cfd1a4526a85324e1ab0dd7994e8410362d49d8e Mon Sep 17 00:00:00 2001 From: Johannes Knopp Date: Thu, 16 Jul 2026 10:31:26 +0200 Subject: [PATCH] fix alias --- roles/hyprland/files/hypr/hyprland.lua | 4 +++- roles/zsh/files/aliases.zsh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/hyprland/files/hypr/hyprland.lua b/roles/hyprland/files/hypr/hyprland.lua index c6792bb..e0b7969 100644 --- a/roles/hyprland/files/hypr/hyprland.lua +++ b/roles/hyprland/files/hypr/hyprland.lua @@ -99,7 +99,7 @@ hl.config({ resize_on_border = false, -- Please see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Tearing/ before you turn this on - allow_tearing = true, + allow_tearing = false, layout = "dwindle", }, @@ -136,6 +136,8 @@ hl.config({ cursor = { no_hardware_cursors = true, + no_break_fs_vrr = 1, + min_refresh_rate = 60, }, animations = { diff --git a/roles/zsh/files/aliases.zsh b/roles/zsh/files/aliases.zsh index aa627bd..8cf392d 100644 --- a/roles/zsh/files/aliases.zsh +++ b/roles/zsh/files/aliases.zsh @@ -8,7 +8,7 @@ alias zrc="vim ~/.zshrc" alias dotf='vim ~/dotfiles/' # TODO relative path -alias hyprconf='vim ~/dotfiles/roles/hyprland/files/hypr/hyprland.conf' +alias hyprconf='vim ~/dotfiles/roles/hyprland/files/hypr/hyprland.lua' alias ls='eza'