mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Use official treesitter pkg ft=hyprlang (not ft=hypr)
This commit is contained in:
parent
ae02222df1
commit
59c3b49d33
|
@ -35,3 +35,5 @@ listener {
|
||||||
timeout = 600,
|
timeout = 600,
|
||||||
on-timeout = systemctl suspend-then-hibernate
|
on-timeout = systemctl suspend-then-hibernate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# vi: ft=hyprlang
|
||||||
|
|
|
@ -65,4 +65,4 @@ source = ~/.config/hypr/keybinds.conf
|
||||||
source = ~/.config/hypr/window_rules.conf
|
source = ~/.config/hypr/window_rules.conf
|
||||||
source = ~/.config/hypr/plugins.conf
|
source = ~/.config/hypr/plugins.conf
|
||||||
|
|
||||||
# vi: ft=hypr
|
# vi: ft=hyprlang
|
||||||
|
|
|
@ -43,4 +43,4 @@ device {
|
||||||
enabled = true
|
enabled = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# vi: ft=hypr
|
# vi: ft=hyprlang
|
||||||
|
|
|
@ -287,4 +287,4 @@ submap = isolate
|
||||||
bind = SUPER, XF86Favorites, exec, hyprctl dispatch submap reset && notify-send "Keybind isolation" "Keybind isolation off"
|
bind = SUPER, XF86Favorites, exec, hyprctl dispatch submap reset && notify-send "Keybind isolation" "Keybind isolation off"
|
||||||
submap = reset
|
submap = reset
|
||||||
|
|
||||||
# vi: ft=hypr
|
# vi: ft=hyprlang
|
||||||
|
|
|
@ -25,4 +25,4 @@ plugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# vi: ft=hypr
|
# vi: ft=hyprlang
|
||||||
|
|
|
@ -123,4 +123,4 @@ misc {
|
||||||
disable_splash_rendering = false
|
disable_splash_rendering = false
|
||||||
}
|
}
|
||||||
|
|
||||||
# vi: ft=hypr
|
# vi: ft=hyprlang
|
||||||
|
|
|
@ -72,4 +72,4 @@ windowrulev2 = float, class:^(error)$
|
||||||
windowrulev2 = float, class:^(splash)$
|
windowrulev2 = float, class:^(splash)$
|
||||||
windowrulev2 = float, class:^(confirmreset)$
|
windowrulev2 = float, class:^(confirmreset)$
|
||||||
|
|
||||||
# vi: ft=hypr
|
# vi: ft=hyprlang
|
||||||
|
|
Loading…
Reference in a new issue