feat: improved hyprland config
This commit is contained in:
parent
a057918d24
commit
dd28a7ae78
3 changed files with 4 additions and 2 deletions
|
@ -48,7 +48,7 @@ dwindle {
|
||||||
}
|
}
|
||||||
|
|
||||||
master {
|
master {
|
||||||
new_is_master = true
|
new_status = master
|
||||||
}
|
}
|
||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
|
|
|
@ -20,3 +20,5 @@ env = HYPRCURSOR_SIZE,24
|
||||||
env = XCURSOR_THEME,adwaita
|
env = XCURSOR_THEME,adwaita
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
# env = ENABLE_DEVICE_CHOOSER_LAYER=1 VULKAN_DEVICE_INDEX=0
|
# env = ENABLE_DEVICE_CHOOSER_LAYER=1 VULKAN_DEVICE_INDEX=0
|
||||||
|
|
||||||
|
env = KITTY_DISABLE_WAYLAND,1
|
||||||
|
|
|
@ -24,7 +24,7 @@ misc {
|
||||||
}
|
}
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
disable_logs = false
|
disable_logs = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# Per device configs
|
# Per device configs
|
||||||
|
|
Loading…
Reference in a new issue