Remove notes workspace

This commit is contained in:
Fern Garden 2025-05-16 20:47:00 +08:00
parent 3f343ca198
commit a56c05e042
2 changed files with 0 additions and 12 deletions

View file

@ -63,7 +63,6 @@ spawn-at-startup "firefox"
spawn-at-startup "flatpak" "run" "im.fluffychat.Fluffychat" spawn-at-startup "flatpak" "run" "im.fluffychat.Fluffychat"
spawn-at-startup "flatpak" "run" "org.jeffvli.feishin" spawn-at-startup "flatpak" "run" "org.jeffvli.feishin"
spawn-at-startup "flatpak" "run" "org.signal.Signal" spawn-at-startup "flatpak" "run" "org.signal.Signal"
spawn-at-startup "flatpak" "run" "md.obsidian.Obsidian"
hotkey-overlay { hotkey-overlay {
skip-at-startup skip-at-startup
@ -109,12 +108,6 @@ window-rule {
open-maximized true open-maximized true
} }
window-rule {
match app-id="obsidian"
open-on-workspace "notes"
open-maximized true
}
binds { binds {
Mod+Return { spawn "kitty"; } Mod+Return { spawn "kitty"; }
Mod+Space { spawn "fuzzel"; } Mod+Space { spawn "fuzzel"; }
@ -224,7 +217,3 @@ workspace "media" {
workspace "chat" { workspace "chat" {
open-on-output "Dell Inc. DELL P2018H FW7Y682903MU" open-on-output "Dell Inc. DELL P2018H FW7Y682903MU"
} }
workspace "notes" {
open-on-output "Dell Inc. DELL P2018H FW7Y682903MU"
}

View file

@ -36,7 +36,6 @@
"games": "󰊗", "games": "󰊗",
"media": "󰝚", "media": "󰝚",
"chat": "󰭹", "chat": "󰭹",
"notes": "󰙏",
"default": "", "default": "",
}, },
}, },