Compare commits
1 Commits
aae0275e60
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| cfd1a4526a |
@ -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 = {
|
||||
|
||||
@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user