| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung |
| windows_terminal [2022-10-11 19:22:54] – david | windows_terminal [2023-04-30 14:17:33] (aktuell) – david |
|---|
| |
| |
| ===== Konfigurationsdatei (version: 1.14) ===== | ===== Konfigurationsdatei (version: 1.16) ===== |
| |
| * Der Acrylic Effekt (Lichtdurchlässigkeit) wird mit ''useAcrylic'' konfiguriert | * Der Acrylic Effekt (Lichtdurchlässigkeit) wird mit ''useAcrylic'' konfiguriert |
| * Die Transparenz/Undurchsichtigkeit wird mit ''opacity'' konfiguriert (funktioniert erst ab Win 11 eigenständig, vorher wird ''useAcrylic: true'' vorrausgesetzt) | * Die Transparenz/Undurchsichtigkeit wird mit ''opacity'' konfiguriert (funktioniert erst ab Win 11 eigenständig, vorher wird ''useAcrylic: true'' vorrausgesetzt) |
| * Für WSL Distros die als Appx Pakete installiert wurden (z.B. MS Store) kann der Pfad zum Icon mit diesem PowerShell Kommando ermittelt werden: ''%%$distro = "TheDebianProject.DebianGNULinux"; (Join-Path $(Get-AppxPackage | ? { $_.Name -eq $distro } | Select-Object -ExpandProperty InstallLocation) "Assets" "StoreLogo.scale-200.png").Replace("\", "/")%%'' | * Für WSL Distros die als Appx Pakete installiert wurden (z.B. Debian aus dem MS Store) kann das Icon mit diesem PowerShell Kommando an eine Stelle kopiert werden, an der das Terminal es finden kann (siehe config): ''%%$distro = "TheDebianProject.DebianGNULinux"; Copy-Item "$($(Get-AppxPackage -Name $distro).InstallLocation)/Assets/StoreLogo.scale-200.png" "$env:LOCALAPPDATA/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/RoamingState/debian.png"%%'' |
| |
| <code javascript settings.json> | <code javascript settings.json> |
| "alwaysShowNotificationIcon": false, | "alwaysShowNotificationIcon": false, |
| "alwaysShowTabs": true, | "alwaysShowTabs": true, |
| "copyFormatting": "none", | "autoHideWindow": false, |
| | "centerOnLaunch": false, |
| | "confirmCloseAllTabs": true, |
| | "copyFormatting": false, |
| "copyOnSelect": true, | "copyOnSelect": true, |
| "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", |
| | "disableAnimations": false, |
| "disabledProfileSources": [ | "disabledProfileSources": [ |
| "Windows.Terminal.Azure" | "Windows.Terminal.Azure" |
| ], | ], |
| "firstWindowPreference": "defaultProfile", | "firstWindowPreference": "persistedWindowLayout", |
| "focusFollowMouse": true, | "focusFollowMouse": true, |
| "initialCols": 128, | "initialCols": 128, |
| "initialRows": 32, | "initialRows": 32, |
| | "largePasteWarning": true, |
| | "launchMode": "default", |
| | "minimizeToNotificationArea": false, |
| | "multiLinePasteWarning": true, |
| | "newTabPosition": "afterLastTab", |
| "profiles": { | "profiles": { |
| "defaults": { | "defaults": { |
| "adjustIndistinguishableColors": true, | "adjustIndistinguishableColors": "indexed", |
| | "altGrAliasing": true, |
| | "antialiasingMode": "cleartype", |
| "bellStyle": [ | "bellStyle": [ |
| "window", | "window", |
| "font": { | "font": { |
| "face": "Fira Code", | "face": "Fira Code", |
| "size": 10 | "size": 10, |
| | "weight": "normal" |
| }, | }, |
| | "intenseTextStyle": "all", |
| "opacity": 80, | "opacity": 80, |
| "scrollbarState": "visible", | "scrollbarState": "visible", |
| "selectionBackground": "#8000FF", | "selectionBackground": "#8000FF", |
| "snapOnInput": true, | "snapOnInput": true, |
| | "suppressApplicationTitle": false, |
| "unfocusedAppearance": { | "unfocusedAppearance": { |
| "cursorShape": "bar" | "cursorShape": "bar" |
| "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", | "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", |
| "hidden": false, | "hidden": false, |
| "icon": "C:/Program Files/WindowsApps/TheDebianProject.DebianGNULinux_1.13.0.0_x64__76v4gfsz19hv4/Assets/StoreLogo.scale-200.png", //$distro = "TheDebianProject.DebianGNULinux"; (Join-Path $(Get-AppxPackage | ? { $_.Name -eq $distro } | Select-Object -ExpandProperty InstallLocation) "Assets" "StoreLogo.scale-200.png").Replace("\", "/") | "icon": "ms-appdata:///roaming/debian.png", //$distro = "TheDebianProject.DebianGNULinux"; Copy-Item "$($(Get-AppxPackage -Name $distro).InstallLocation)/Assets/StoreLogo.scale-200.png" "$env:LOCALAPPDATA/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/RoamingState/debian.png" |
| "name": "Debian", | "name": "Debian", |
| "source": "Windows.Terminal.Wsl" | "source": "Windows.Terminal.Wsl" |
| }, | }, |
| { | { |
| "guid": "{16208362-94fc-5b1f-a491-5b2624d5ab56}", | "guid": "{b2b32973-c346-5b67-8b73-b6e6932b8290}", |
| | "hidden": false, |
| | "name": "Developer PowerShell for VS 2022", |
| | "source": "Windows.Terminal.VisualStudio" |
| | }, |
| | { |
| | "guid": "{48d9875d-c45e-5238-8940-b0bac3b07b7b}", |
| "hidden": true, | "hidden": true, |
| "name": "Visual Studio Debug Console", | "name": "Developer Command Prompt for VS 2022", |
| "source": "VSDebugConsole" | "source": "Windows.Terminal.VisualStudio" |
| } | } |
| ] | ] |
| "showTabsInTitlebar": true, | "showTabsInTitlebar": true, |
| "showTerminalTitleInTitlebar": true, | "showTerminalTitleInTitlebar": true, |
| | "snapToGridOnResize": true, |
| "startOnUserLogin": false, | "startOnUserLogin": false, |
| "tabSwitcherMode": "inOrder", | "tabSwitcherMode": "inOrder", |
| "tabWidthMode": "equal", | "tabWidthMode": "equal", |
| | "theme": "dark", |
| | "themes": [], |
| "trimBlockSelection": true, | "trimBlockSelection": true, |
| "trimPaste": true, | "trimPaste": true, |
| "useAcrylicInTabRow": true, | "useAcrylicInTabRow": true, |
| "windowingBehavior": "useNew" | "windowingBehavior": "useNew", |
| | "wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?│·≪≫⏎␣" // add characters used in vim config: "·≪≫⏎␣" |
| } | } |
| |