https://github.com/spenserblack/comfy-ahk
AutoHotkey scripts to make Windows a bit more comfy.
https://github.com/spenserblack/comfy-ahk
autohotkey colorscheme dark-mode dark-theme light-mode light-theme windows
Last synced: 2 months ago
JSON representation
AutoHotkey scripts to make Windows a bit more comfy.
- Host: GitHub
- URL: https://github.com/spenserblack/comfy-ahk
- Owner: spenserblack
- License: mit
- Created: 2025-12-16T13:54:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-16T20:51:17.000Z (6 months ago)
- Last Synced: 2026-04-04T10:53:34.642Z (2 months ago)
- Topics: autohotkey, colorscheme, dark-mode, dark-theme, light-mode, light-theme, windows
- Language: AutoHotkey
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# comfy-ahk
AutoHotkey scripts to make Windows a bit more comfy.
## Setup
Make sure to install [AutoHotkey](https://www.autohotkey.com/) v2 before setting up
the AutoHotkey script.
1. Clone this repository
2. Follow one of these methods:
- To automatically install all scripts, run [`install.ps1`](./install.ps1)
- To manually install on or more scripts:
1. Press `Win + R`, type `shell:startup`, and press Enter to open the Startup folder
2. Create a shortcut to to script(s) in the Startup folder to run the script
automatically on login
## AutoHotkey Scripts
### `colorscheme-toggle.ahk`
Inspired by the dark mode toggle included in recent versions of Ubuntu.
#### Usage
- Double-click the system tray icon to toggle between dark and light themes
- Right-click and...
- Click "Toggle" to switch themes
- Click "Dark Theme" to set dark theme
- Click "Light Theme" to set light theme
### `terminal.ahk`
Technically this can run *any* command, but it's intended to mimic the terminal shortcut
on Linux.
#### Usage
- Double-click to launch the terminal
- Right-click and...
- Click "Run ..." to execute the command
- Click "Change terminal command" to register a different command to start the terminal (default is `cmd.exe`)
- Press `Ctrl` + `Alt` + `T` to start the terminal