Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions Configs/.local/share/hyde/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ $XDG_DATA_HOME = $HOME/.local/share
$XDG_CONFIG_HOME = $HOME/.config
# hyprlang endif



#? Environment variable Setup
source = $XDG_DATA_HOME/hypr/env.conf

# hyprlang if !CONFIG_ALREADY_LOADED

# ? Variables
Expand All @@ -42,6 +37,9 @@ source = $XDG_DATA_HOME/hypr/dynamic.conf

# hyprlang endif

#? Environment variable Setup
source = $XDG_DATA_HOME/hypr/env.conf

# hyprlang if SCREEN_SHADER_COMPILED
decoration:screen_shader = $SCREEN_SHADER_COMPILED #! This is the compiled shader file, it will be created by the shaders.sh script
# hyprlang endif
Expand Down