# TUI-WM konfiguration # Bakgrundsbild (Kitty graphics protocol — kräver Kitty/Ghostty/WezTerm) background_image = "/home/brasse/Bilder/backrunder/pexels-veeterzy-38136.jpg" # Bakgrundsfärg för virtuella terminaler. # Om inte satt → genomskinlig (bakgrundsbild syns igenom). # Stödjer: "#RRGGBB", "0"-"255" (indexed), färgnamn (black, red, etc.) # terminal_bg_color = "#1a1a2e" # Standard-shell för nya terminaler. Om inte satt → $SHELL eller /bin/bash. # default_shell = "/bin/fish" [[panel]] position = "top" file = "panels/topbar.toml" # ── Keybinds ────────────────────────────────────────────────────────────────── # scope = "global" → alltid aktiv, även när en terminal har fokus # scope = "wm" → bara aktiv när ingen terminal är fokuserad (default) # Öppna Tui-run kommandodialog (global – funkar alltid) [[keybind]] key = "ctrl+space" scope = "global" label = "Öppna kommandodialog" action = { type = "spawn_run_dialog" } # Starta ny terminal med Alt+Enter [[keybind]] key = "alt+enter" scope = "global" label = "Ny terminal" action = { type = "spawn_terminal" } # Avsluta TUI-WM när skrivbordet är fokuserat [[keybind]] key = "ctrl+q" scope = "wm" label = "Avsluta TUI-WM" action = { type = "exit" }