Compare commits

..

1 Commits

Author SHA1 Message Date
cfd1a4526a fix alias 2026-07-16 10:31:26 +02:00
2 changed files with 4 additions and 2 deletions

View File

@ -99,7 +99,7 @@ hl.config({
resize_on_border = false, resize_on_border = false,
-- Please see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Tearing/ before you turn this on -- Please see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Tearing/ before you turn this on
allow_tearing = true, allow_tearing = false,
layout = "dwindle", layout = "dwindle",
}, },
@ -136,6 +136,8 @@ hl.config({
cursor = { cursor = {
no_hardware_cursors = true, no_hardware_cursors = true,
no_break_fs_vrr = 1,
min_refresh_rate = 60,
}, },
animations = { animations = {

View File

@ -8,7 +8,7 @@ alias zrc="vim ~/.zshrc"
alias dotf='vim ~/dotfiles/' alias dotf='vim ~/dotfiles/'
# TODO relative path # 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' alias ls='eza'