Compare commits
No commits in common. "55f71d7483fa73c3e1afb5e9c6e6d11541d59b89" and "253b85678d30aef12ed22b80d5a9275cbad1fa6e" have entirely different histories.
55f71d7483
...
253b85678d
5 changed files with 5 additions and 15 deletions
|
@ -104,7 +104,7 @@ gestures {
|
|||
}
|
||||
|
||||
misc {
|
||||
force_default_wallpaper = 0
|
||||
force_default_wallpaper = 0
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
|
@ -124,7 +124,6 @@ $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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
plugin = /usr/lib/libhy3.so
|
|
@ -7,3 +7,6 @@ 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
|
||||
|
|
|
@ -5,6 +5,7 @@ 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)
|
||||
|
@ -13,8 +14,6 @@ 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)$
|
||||
|
|
|
@ -15,16 +15,6 @@ 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"] }
|
||||
|
|
Loading…
Reference in a new issue