diff options
author | admin <admin@optics-design.com> | 2025-07-06 16:03:28 +0200 |
---|---|---|
committer | admin <admin@optics-design.com> | 2025-07-06 16:03:28 +0200 |
commit | e8af9da1b86f89d4a9f33aeaef94597b72cdaee6 (patch) | |
tree | f8b3961661d7a1b820efbd6b1cbef6b8febb3c7e | |
parent | b0d28e9dadf3c684ba4f959f5c6f93706f30b9c9 (diff) |
reworked some settings
-rw-r--r-- | AutoHotkey/hotkeys.ahk | 15 | ||||
-rw-r--r-- | windows-terminal/settings.json | 13 |
2 files changed, 18 insertions, 10 deletions
diff --git a/AutoHotkey/hotkeys.ahk b/AutoHotkey/hotkeys.ahk index 54f88a3..d8d17c7 100644 --- a/AutoHotkey/hotkeys.ahk +++ b/AutoHotkey/hotkeys.ahk @@ -1,7 +1,6 @@ #SingleInstance Force
global NavMode := false
UserPath := EnvGet("USERPROFILE")
-syncPath := EnvGet("SYNC")
DetectHiddenWindows true
#SuspendExempt
^!o::Suspend ; Ctrl+Alt+o
@@ -178,13 +177,13 @@ DetectHiddenWindows true Run(UserPath . "\scoop\apps\audacious\current\bin\audacious.exe")
}
}
-;Bookmark Finder
-#f::
-{
- ; Run the batch file
- Run(syncPath . "\Repos\Windows\Batch_tools\bookmarkfinder\bookmarkfinder.bat")
-}
-
+; ;Bookmark Finder
+; #f::
+; {
+; ; Run the batch file
+; Run(syncPath . "\Repos\Windows\Batch_tools\bookmarkfinder\bookmarkfinder.bat")
+; }
+;
;AI
#a::
{
diff --git a/windows-terminal/settings.json b/windows-terminal/settings.json index 9580e66..85a1f4e 100644 --- a/windows-terminal/settings.json +++ b/windows-terminal/settings.json @@ -32,7 +32,7 @@ "alwaysShowTabs": false, "copyFormatting": "none", "copyOnSelect": false, - "defaultProfile":"{8bd3ca1b-00bb-5d4f-947f-ec444f47cb22}", + "defaultProfile": "{8bd1608e-0621-47d6-a74f-663f7ec8979c}", "keybindings": [ { @@ -103,10 +103,19 @@ "hidden": false, "name": "archlinux", "source": "Microsoft.WSL" + }, + { + "commandline": "C:\\WINDOWS\\system32\\wsl.exe --distribution-id {ee2428c4-33cf-40c6-9b10-044f834a3d27} --cd ~", + "guid": "{8bd1608e-0621-47d6-a74f-663f7ec8979c}", + "hidden": false, + "icon": "C:\\Users\\Mikayel\\AppData\\Local\\wsl\\{ee2428c4-33cf-40c6-9b10-044f834a3d27}\\shortcut.ico", + "name": "archlinux", + "pathTranslationStyle": "wsl", + "startingDirectory": "~" } ] }, "schemes": [], "showTabsInTitlebar": false, "themes": [] -} +}
\ No newline at end of file |