Benutzer-Werkzeuge

Webseiten-Werkzeuge


windows_terminal

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
windows_terminal [2022-07-02 13:14:58] manfredwindows_terminal [2023-04-30 14:17:33] (aktuell) david
Zeile 12: Zeile 12:
  
  
-===== Konfigurationsdatei (Version: 1.13.11431.0) =====+===== Konfigurationsdatei (version: 1.16) ===== 
 + 
 +  * 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) 
 +  * 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>
Zeile 18: Zeile 22:
     "$help": "https://aka.ms/terminal-documentation",     "$help": "https://aka.ms/terminal-documentation",
     "$schema": "https://aka.ms/terminal-profiles-schema",     "$schema": "https://aka.ms/terminal-profiles-schema",
-    "actions":  +    "actions": [
-    [+
         {         {
-            "command": "paste", +            "command": {
-            "keys": "ctrl+v" +
-        }, +
-        { +
-            "command":  +
-            {+
                 "action": "copy",                 "action": "copy",
                 "singleLine": false                 "singleLine": false
             },             },
             "keys": "ctrl+c"             "keys": "ctrl+c"
 +        },
 +        {
 +            "command": "paste",
 +            "keys": "ctrl+v"
         },         },
         {         {
Zeile 37: Zeile 39:
         },         },
         {         {
-            "command":  +            "command": {
-            {+
                 "action": "splitPane",                 "action": "splitPane",
                 "split": "auto",                 "split": "auto",
Zeile 46: Zeile 47:
         }         }
     ],     ],
 +    "alwaysOnTop": false,
 +    "alwaysShowNotificationIcon": false,
     "alwaysShowTabs": true,     "alwaysShowTabs": true,
-    "copyFormatting": "none",+    "autoHideWindow": false, 
 +    "centerOnLaunch": false, 
 +    "confirmCloseAllTabs": true, 
 +    "copyFormatting": false,
     "copyOnSelect": true,     "copyOnSelect": true,
-    "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", +    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", 
-    "focusFollowMouse": false,+    "disableAnimations": false
 +    "disabledProfileSources":
 +        "Windows.Terminal.Azure" 
 +    ], 
 +    "firstWindowPreference": "persistedWindowLayout", 
 +    "focusFollowMouse": true,
     "initialCols": 128,     "initialCols": 128,
     "initialRows": 32,     "initialRows": 32,
-    "profiles":  +    "largePasteWarning": true, 
-    { +    "launchMode": "default", 
-        "defaults":  +    "minimizeToNotificationArea": false, 
-        +    "multiLinePasteWarning": true, 
-            "bellStyle":  +    "newTabPosition": "afterLastTab", 
-            [+    "profiles": 
 +        "defaults":
 +            "adjustIndistinguishableColors": "indexed", 
 +            "altGrAliasing": true, 
 +            "antialiasingMode": "cleartype", 
 +            "bellStyle": [
                 "window",                 "window",
                 "taskbar"                 "taskbar"
Zeile 64: Zeile 80:
             "closeOnExit": "graceful",             "closeOnExit": "graceful",
             "colorScheme": "Campbell",             "colorScheme": "Campbell",
-            "cursorShape": "filledBox", +            "cursorColor": "#00FF00", 
-            "font":  +            "cursorShape": "emptyBox", 
-            { +            "font": 
-                "face": "Cascadia Code", +                "face": "Fira Code", 
-                "size": 10+                "size": 10
 +                "weight": "normal"
             },             },
 +            "intenseTextStyle": "all",
             "opacity": 80,             "opacity": 80,
-            "unfocusedAppearance":  +            "scrollbarState": "visible", 
-            {+            "selectionBackground": "#8000FF", 
 +            "snapOnInput": true, 
 +            "suppressApplicationTitle": false, 
 +            "unfocusedAppearance": {
                 "cursorShape": "bar"                 "cursorShape": "bar"
             },             },
-            "useAcrylic": true+            "useAcrylic": false
         },         },
-        "list":  +        "list": [
-        [+
             {             {
-                "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",+                "closeOnExit": "always", 
 +                "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
                 "hidden": false,                 "hidden": false,
-                "name": "Ubuntu",+                "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",
                 "source": "Windows.Terminal.Wsl"                 "source": "Windows.Terminal.Wsl"
 +            },
 +            {
 +                "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
 +                "hidden": false,
 +                "name": "PowerShell",
 +                "source": "Windows.Terminal.PowershellCore"
             },             },
             {             {
Zeile 92: Zeile 120:
             {             {
                 "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",                 "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
-                "hidden": false,+                "hidden": true,
                 "name": "Command Prompt"                 "name": "Command Prompt"
             },             },
             {             {
-                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",+                "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": "Azure Cloud Shell", +                "name": "Developer Command Prompt for VS 2022", 
-                "source": "Windows.Terminal.Azure"+                "source": "Windows.Terminal.VisualStudio"
             }             }
         ]         ]
     },     },
-    "schemes":  +    "schemes": []
-    [ +    "showAdminShield": true,
-        { +
-            "background": "#0C0C0C"+
-            "black": "#0C0C0C", +
-            "blue": "#0037DA", +
-            "brightBlack": "#767676", +
-            "brightBlue": "#3B78FF", +
-            "brightCyan": "#61D6D6", +
-            "brightGreen": "#16C60C", +
-            "brightPurple": "#B4009E", +
-            "brightRed": "#E74856", +
-            "brightWhite": "#F2F2F2", +
-            "brightYellow": "#F9F1A5", +
-            "cursorColor": "#40FF40", +
-            "cyan": "#3A96DD", +
-            "foreground": "#CCCCCC", +
-            "green": "#13A10E", +
-            "name": "Campbell", +
-            "purple": "#881798", +
-            "red": "#C50F1F", +
-            "selectionBackground": "#8000FF", +
-            "white": "#CCCCCC", +
-            "yellow": "#C19C00" +
-        }, +
-        { +
-            "background": "#012456", +
-            "black": "#0C0C0C", +
-            "blue": "#0037DA", +
-            "brightBlack": "#767676", +
-            "brightBlue": "#3B78FF", +
-            "brightCyan": "#61D6D6", +
-            "brightGreen": "#16C60C", +
-            "brightPurple": "#B4009E", +
-            "brightRed": "#E74856", +
-            "brightWhite": "#F2F2F2", +
-            "brightYellow": "#F9F1A5", +
-            "cursorColor": "#FFFFFF", +
-            "cyan": "#3A96DD", +
-            "foreground": "#CCCCCC", +
-            "green": "#13A10E", +
-            "name": "Campbell Powershell", +
-            "purple": "#881798", +
-            "red": "#C50F1F", +
-            "selectionBackground": "#FFFFFF", +
-            "white": "#CCCCCC", +
-            "yellow": "#C19C00" +
-        }, +
-        { +
-            "background": "#282C34", +
-            "black": "#282C34", +
-            "blue": "#61AFEF", +
-            "brightBlack": "#5A6374", +
-            "brightBlue": "#61AFEF", +
-            "brightCyan": "#56B6C2", +
-            "brightGreen": "#98C379", +
-            "brightPurple": "#C678DD", +
-            "brightRed": "#E06C75", +
-            "brightWhite": "#DCDFE4", +
-            "brightYellow": "#E5C07B", +
-            "cursorColor": "#FFFFFF", +
-            "cyan": "#56B6C2", +
-            "foreground": "#DCDFE4", +
-            "green": "#98C379", +
-            "name": "One Half Dark", +
-            "purple": "#C678DD", +
-            "red": "#E06C75", +
-            "selectionBackground": "#FFFFFF", +
-            "white": "#DCDFE4", +
-            "yellow": "#E5C07B" +
-        }, +
-        { +
-            "background": "#FAFAFA", +
-            "black": "#383A42", +
-            "blue": "#0184BC", +
-            "brightBlack": "#4F525D", +
-            "brightBlue": "#61AFEF", +
-            "brightCyan": "#56B5C1", +
-            "brightGreen": "#98C379", +
-            "brightPurple": "#C577DD", +
-            "brightRed": "#DF6C75", +
-            "brightWhite": "#FFFFFF", +
-            "brightYellow": "#E4C07A", +
-            "cursorColor": "#4F525D", +
-            "cyan": "#0997B3", +
-            "foreground": "#383A42", +
-            "green": "#50A14F", +
-            "name": "One Half Light", +
-            "purple": "#A626A4", +
-            "red": "#E45649", +
-            "selectionBackground": "#FFFFFF", +
-            "white": "#FAFAFA", +
-            "yellow": "#C18301" +
-        }, +
-        { +
-            "background": "#002B36", +
-            "black": "#002B36", +
-            "blue": "#268BD2", +
-            "brightBlack": "#073642", +
-            "brightBlue": "#839496", +
-            "brightCyan": "#93A1A1", +
-            "brightGreen": "#586E75", +
-            "brightPurple": "#6C71C4", +
-            "brightRed": "#CB4B16", +
-            "brightWhite": "#FDF6E3", +
-            "brightYellow": "#657B83", +
-            "cursorColor": "#FFFFFF", +
-            "cyan": "#2AA198", +
-            "foreground": "#839496", +
-            "green": "#859900", +
-            "name": "Solarized Dark", +
-            "purple": "#D33682", +
-            "red": "#DC322F", +
-            "selectionBackground": "#FFFFFF", +
-            "white": "#EEE8D5", +
-            "yellow": "#B58900" +
-        }, +
-        { +
-            "background": "#FDF6E3", +
-            "black": "#002B36", +
-            "blue": "#268BD2", +
-            "brightBlack": "#073642", +
-            "brightBlue": "#839496", +
-            "brightCyan": "#93A1A1", +
-            "brightGreen": "#586E75", +
-            "brightPurple": "#6C71C4", +
-            "brightRed": "#CB4B16", +
-            "brightWhite": "#FDF6E3", +
-            "brightYellow": "#657B83", +
-            "cursorColor": "#002B36", +
-            "cyan": "#2AA198", +
-            "foreground": "#657B83", +
-            "green": "#859900", +
-            "name": "Solarized Light", +
-            "purple": "#D33682", +
-            "red": "#DC322F", +
-            "selectionBackground": "#FFFFFF", +
-            "white": "#EEE8D5", +
-            "yellow": "#B58900" +
-        }, +
-        { +
-            "background": "#000000", +
-            "black": "#000000", +
-            "blue": "#3465A4", +
-            "brightBlack": "#555753", +
-            "brightBlue": "#729FCF", +
-            "brightCyan": "#34E2E2", +
-            "brightGreen": "#8AE234", +
-            "brightPurple": "#AD7FA8", +
-            "brightRed": "#EF2929", +
-            "brightWhite": "#EEEEEC", +
-            "brightYellow": "#FCE94F", +
-            "cursorColor": "#FFFFFF", +
-            "cyan": "#06989A", +
-            "foreground": "#D3D7CF", +
-            "green": "#4E9A06", +
-            "name": "Tango Dark", +
-            "purple": "#75507B", +
-            "red": "#CC0000", +
-            "selectionBackground": "#FFFFFF", +
-            "white": "#D3D7CF", +
-            "yellow": "#C4A000" +
-        }, +
-        { +
-            "background": "#FFFFFF", +
-            "black": "#000000", +
-            "blue": "#3465A4", +
-            "brightBlack": "#555753", +
-            "brightBlue": "#729FCF", +
-            "brightCyan": "#34E2E2", +
-            "brightGreen": "#8AE234", +
-            "brightPurple": "#AD7FA8", +
-            "brightRed": "#EF2929", +
-            "brightWhite": "#EEEEEC", +
-            "brightYellow": "#FCE94F", +
-            "cursorColor": "#000000", +
-            "cyan": "#06989A", +
-            "foreground": "#555753", +
-            "green": "#4E9A06", +
-            "name": "Tango Light", +
-            "purple": "#75507B", +
-            "red": "#CC0000", +
-            "selectionBackground": "#FFFFFF", +
-            "white": "#D3D7CF", +
-            "yellow": "#C4A000" +
-        }, +
-        { +
-            "background": "#000000", +
-            "black": "#000000", +
-            "blue": "#000080", +
-            "brightBlack": "#808080", +
-            "brightBlue": "#0000FF", +
-            "brightCyan": "#00FFFF", +
-            "brightGreen": "#00FF00", +
-            "brightPurple": "#FF00FF", +
-            "brightRed": "#FF0000", +
-            "brightWhite": "#FFFFFF", +
-            "brightYellow": "#FFFF00", +
-            "cursorColor": "#FFFFFF", +
-            "cyan": "#008080", +
-            "foreground": "#C0C0C0", +
-            "green": "#008000", +
-            "name": "Vintage", +
-            "purple": "#800080", +
-            "red": "#800000", +
-            "selectionBackground": "#FFFFFF", +
-            "white": "#C0C0C0", +
-            "yellow": "#808000" +
-        } +
-    ],+
     "showTabsInTitlebar": true,     "showTabsInTitlebar": true,
-    "useAcrylicInTabRow": true+    "showTerminalTitleInTitlebar": true, 
 +    "snapToGridOnResize": true, 
 +    "startOnUserLogin": false, 
 +    "tabSwitcherMode": "inOrder", 
 +    "tabWidthMode": "equal", 
 +    "theme": "dark", 
 +    "themes": [], 
 +    "trimBlockSelection": true, 
 +    "trimPaste": true, 
 +    "useAcrylicInTabRow": true
 +    "windowingBehavior": "useNew", 
 +    "wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?│·≪≫⏎␣" // add characters used in vim config: "·≪≫⏎␣"
 } }
 +
 </code> </code>
  
  
/home/http/wiki/data/attic/windows_terminal.1656767698.txt · Zuletzt geändert: von manfred