Skip to content

Commit 295e247

Browse files
committed
fix(hypr): Use defaultName and persistent for workspaces
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
1 parent 515ffa1 commit 295e247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

omarchy/hypr/.config/hypr/looknfeel.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ decoration {
1717
}
1818

1919
# Workspace names
20-
workspace = 1, name:emacs
21-
workspace = 2, name:web
20+
workspace = 1, defaultName:emacs
21+
workspace = 2, defaultName:web, persistent:true
2222

2323
# === a-la-carchy hyprland settings ===
2424
gesture = 3, horizontal, workspace

0 commit comments

Comments
 (0)