Compare commits
3 commits
253b85678d
...
55f71d7483
Author | SHA1 | Date | |
---|---|---|---|
55f71d7483 | |||
594a284140 | |||
9abd98a778 |
5 changed files with 15 additions and 5 deletions
|
@ -104,7 +104,7 @@ gestures {
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
force_default_wallpaper = 0
|
force_default_wallpaper = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
|
@ -124,6 +124,7 @@ $terminal = alacritty
|
||||||
|
|
||||||
# Modular sourcing
|
# Modular sourcing
|
||||||
$confDir = ~/.config/hypr/hyprland.conf.d
|
$confDir = ~/.config/hypr/hyprland.conf.d
|
||||||
|
source = $confDir/plugins.conf
|
||||||
source = $confDir/environment.conf
|
source = $confDir/environment.conf
|
||||||
source = $confDir/bindings.conf
|
source = $confDir/bindings.conf
|
||||||
source = $confDir/windowrules.conf
|
source = $confDir/windowrules.conf
|
||||||
|
|
1
de/hypr/hyprland.conf.d/plugins.conf
Normal file
1
de/hypr/hyprland.conf.d/plugins.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
plugin = /usr/lib/libhy3.so
|
|
@ -7,6 +7,3 @@ exec-once = swayosd-server
|
||||||
exec-once = udiskie
|
exec-once = udiskie
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
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
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ windowrule = workspace 9 silent, ^(WebCord)$
|
||||||
windowrule = workspace 9 silent, ^(Element)$
|
windowrule = workspace 9 silent, ^(Element)$
|
||||||
|
|
||||||
# Floating windows
|
# Floating windows
|
||||||
windowrule = float, ^(File Operation Progress)$
|
|
||||||
windowrule = float, ^(connman-gtk)$
|
windowrule = float, ^(connman-gtk)$
|
||||||
|
|
||||||
windowrulev2 = float, class:(iwgtk)
|
windowrulev2 = float, class:(iwgtk)
|
||||||
|
@ -14,6 +13,8 @@ windowrulev2 = float, class:(localsend_app)
|
||||||
|
|
||||||
windowrulev2 = float, class:(cmst)
|
windowrulev2 = float, class:(cmst)
|
||||||
|
|
||||||
|
windowrulev2 = float, title:(File Operation Progress)
|
||||||
|
|
||||||
windowrule = float, ^(blueman-manager)$
|
windowrule = float, ^(blueman-manager)$
|
||||||
windowrule = size 40% 40%, ^(blueman-manager)$
|
windowrule = size 40% 40%, ^(blueman-manager)$
|
||||||
windowrule = center, ^(blueman-manager)$
|
windowrule = center, ^(blueman-manager)$
|
||||||
|
|
|
@ -15,6 +15,16 @@ name = "astro"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
language-servers = [ "astro-ls" ]
|
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]]
|
[[language]]
|
||||||
name = "html"
|
name = "html"
|
||||||
formatter = { command = 'prettier', args = ["--parser", "html"] }
|
formatter = { command = 'prettier', args = ["--parser", "html"] }
|
||||||
|
|
Loading…
Reference in a new issue