diff --git a/winfiles/.dots/windows_terminal/settings.json b/winfiles/.dots/windows_terminal/settings.json index 34dd814..799ca77 100644 --- a/winfiles/.dots/windows_terminal/settings.json +++ b/winfiles/.dots/windows_terminal/settings.json @@ -3,42 +3,38 @@ "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { - "keys": "ctrl+c", - "command": { - "action": "copy", - "singleLine": false - } + "command": "copy", + "keys": "ctrl+c" }, { - "keys": "ctrl+v", - "command": "paste" + "command": "paste", + "keys": "ctrl+v" }, { - "keys": "ctrl+w", - "command": "closeTab" + "command": "closeTab", + "keys": "ctrl+w" }, { - "keys": "ctrl+shift+w", - "command": "closeTabsAfter" + "command": "closeTabsAfter", + "keys": "ctrl+shift+w" }, { - "keys": "ctrl+t", - "command": "newTab" + "command": "newTab", + "keys": "ctrl+t" }, { - "keys": "ctrl+shift+f", - "command": "find" + "command": "find", + "keys": "ctrl+shift+f" } ], - "centerOnLaunch": true, "copyFormatting": "none", + "copyOnSelect": false, "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "newTabMenu": [ { "type": "remainingProfiles" } ], - "newTabPosition": "afterCurrentTab", "profiles": { "defaults": { "bellStyle": "none", @@ -56,7 +52,6 @@ "backgroundImageAlignment": "bottomRight", "backgroundImageOpacity": 0.2, "backgroundImageStretchMode": "none", - "bellStyle": "none", "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "hidden": false, "name": "Command Prompt" @@ -66,7 +61,6 @@ "backgroundImageAlignment": "bottomRight", "backgroundImageOpacity": 0.2, "backgroundImageStretchMode": "none", - "bellStyle": "none", "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": false, "name": "Windows PowerShell" @@ -76,7 +70,6 @@ "backgroundImageAlignment": "bottomRight", "backgroundImageOpacity": 0.2, "backgroundImageStretchMode": "none", - "bellStyle": "none", "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "hidden": false, "name": "PowerShell", @@ -87,7 +80,6 @@ "backgroundImageAlignment": "bottomRight", "backgroundImageOpacity": 0.2, "backgroundImageStretchMode": "none", - "bellStyle": "none", "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", @@ -98,7 +90,6 @@ "backgroundImageAlignment": "bottomRight", "backgroundImageOpacity": 0.2, "backgroundImageStretchMode": "none", - "bellStyle": "none", "guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}", "hidden": false, "name": "Git Bash", @@ -109,10 +100,9 @@ "backgroundImageAlignment": "bottomRight", "backgroundImageOpacity": 0.2, "backgroundImageStretchMode": "none", - "bellStyle": "none", "guid": "{4dd1e689-b517-5f39-947d-78e8a8bdf958}", "hidden": false, - "name": "Ubuntu 20.04 LTS", + "name": "Ubuntu 20.04.6 LTS", "source": "CanonicalGroupLimited.Ubuntu20.04LTS_79rhkp1fndgsc" }, { @@ -120,21 +110,38 @@ "backgroundImageAlignment": "bottomRight", "backgroundImageOpacity": 0.2, "backgroundImageStretchMode": "none", - "bellStyle": "none", - "guid": "{e5a83caa-4c73-52b3-ae6b-bc438d721ef9}", + "guid": "{4ff56d04-d9cf-57ea-bae2-ad396374e7e3}", "hidden": false, - "name": "Ubuntu 22.04 LTS", + "name": "Ubuntu 22.04.5 LTS", "source": "CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc" }, + { + "backgroundImage": "%USERPROFILE%\\images\\ubuntu-128x128.png", + "backgroundImageAlignment": "bottomRight", + "backgroundImageOpacity": 0.2, + "backgroundImageStretchMode": "none", + "guid": "{d8e96812-b789-5068-a5ae-10b2fb53e95f}", + "hidden": false, + "name": "Ubuntu 24.04.1 LTS", + "source": "CanonicalGroupLimited.Ubuntu24.04LTS_79rhkp1fndgsc" + }, + { + "backgroundImage": "%USERPROFILE%\\images\\debian-128x128.png", + "backgroundImageAlignment": "bottomRight", + "backgroundImageOpacity": 0.2, + "backgroundImageStretchMode": "none", + "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", + "hidden": false, + "name": "Debian", + "source": "Windows.Terminal.Wsl" + }, { "backgroundImage": "%USERPROFILE%\\images\\kali-128x128.png", "backgroundImageAlignment": "bottomRight", "backgroundImageOpacity": 0.2, "backgroundImageStretchMode": "none", - "bellStyle": "none", "guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}", "hidden": false, - "icon": "%USERPROFILE%\\images\\kali-128x128.png", "name": "kali-linux", "source": "Windows.Terminal.Wsl" }