fix alias
This commit is contained in:
@ -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 = {
|
||||||
|
|||||||
@ -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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user