Skip to content

Commit

Permalink
Update tips and tricks with new shadow var name (#886)
Browse files Browse the repository at this point in the history
Rename keyword decoration:drop_shadow to decoration:shadow:enabled
  • Loading branch information
fliplus authored Nov 26, 2024
1 parent 2f2bd49 commit 03b5af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Configuring/Uncommon-tips-&-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==1{print $2}')
if [ "$HYPRGAMEMODE" = 1 ] ; then
hyprctl --batch "\
keyword animations:enabled 0;\
keyword decoration:drop_shadow 0;\
keyword decoration:shadow:enabled 0;\
keyword decoration:blur:enabled 0;\
keyword general:gaps_in 0;\
keyword general:gaps_out 0;\
Expand Down

0 comments on commit 03b5af5

Please sign in to comment.