Compare commits

...

3 commits

5 changed files with 15 additions and 5 deletions

View file

@ -104,7 +104,7 @@ gestures {
}
misc {
force_default_wallpaper = 0
force_default_wallpaper = 0
}
# Example per-device config
@ -124,6 +124,7 @@ $terminal = alacritty
# Modular sourcing
$confDir = ~/.config/hypr/hyprland.conf.d
source = $confDir/plugins.conf
source = $confDir/environment.conf
source = $confDir/bindings.conf
source = $confDir/windowrules.conf

View file

@ -0,0 +1 @@
plugin = /usr/lib/libhy3.so

View file

@ -7,6 +7,3 @@ exec-once = swayosd-server
exec-once = udiskie
exec-once = waybar
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
# Plugins
# exec-once=hyprctl plugin load ~/Downloads/git/split-monitor-workspaces/split-monitor-workspaces.so

View file

@ -5,7 +5,6 @@ windowrule = workspace 9 silent, ^(WebCord)$
windowrule = workspace 9 silent, ^(Element)$
# Floating windows
windowrule = float, ^(File Operation Progress)$
windowrule = float, ^(connman-gtk)$
windowrulev2 = float, class:(iwgtk)
@ -14,6 +13,8 @@ windowrulev2 = float, class:(localsend_app)
windowrulev2 = float, class:(cmst)
windowrulev2 = float, title:(File Operation Progress)
windowrule = float, ^(blueman-manager)$
windowrule = size 40% 40%, ^(blueman-manager)$
windowrule = center, ^(blueman-manager)$

View file

@ -15,6 +15,16 @@ name = "astro"
auto-format = true
language-servers = [ "astro-ls" ]
[language-server.spyglass]
command="spyglassmc-language-server"
[[language]]
name = "mcfunction"
scope = "source.mcfunction"
file-types = [ "mcfunction" ]
roots = [ "spyglass.json", ".spyglassrc.json" ]
language-servers = [ "spyglass" ]
[[language]]
name = "html"
formatter = { command = 'prettier', args = ["--parser", "html"] }