Skip to content

Commit d36709b

Browse files
authored
feat: allow window swallowing and remove hyprland ad (#1086)
2 parents 0b72bb2 + 096a73a commit d36709b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Configs/.config/hypr/userprefs.conf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,18 @@ gestures {
3333
# workspace_swipe = true
3434
# workspace_swipe_fingers = 3
3535
}
36+
37+
# for window shallow similar to devour
38+
misc {
39+
# enable_swallow = true
40+
# swallow_regex = (foot|kitty|allacritty|Alacritty|ghostty|Ghostty|org.wezfurlong.wezterm)
41+
}
42+
43+
# Don't show update on first launch
44+
ecosystem {
45+
# no_update_news = true
46+
}
47+
48+
49+
# hyprlang endif
50+

0 commit comments

Comments
 (0)