This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Requires AutoHotkey v1.1.33+ | |
#SingleInstance Force ; The script will Reload if launched while already running | |
#NoEnv ; Recommended for performance and compatibility with future AHK releases | |
#KeyHistory 0 ; Ensures user privacy when debugging is not needed | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory | |
SendMode Input ; For new scripts due to its superior speed and reliability | |
; ==================== | |
; ==== KEYBD MAIN ==== | |
; ==================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GlazeWM v3.3.0 | |
general: | |
# Commands to run when the WM has started (e.g. to run a script or launch | |
# another application). Here we are running a batch script to start Zebar. | |
startup_commands: ['shell-exec zebar'] | |
# Whether to automatically focus windows underneath the cursor. | |
focus_follows_cursor: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// =================== | |
// THEME CONFIGURATION | |
// =================== | |
// Light-themes | |
// ------------ | |
// "vim.highlightedyank.color": "#2f2f2f25", | |
// "vim.highlightedyank.textColor": "#000000", | |
// "editor.fontWeight": "600", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# INSTALL: | |
# homebrew, nvim, zsh4, p10k, tmux, vifm, lazygit | |
# fzf, ripgrep, bat, zoxide, eza, trash-cli, empty-trash-cli | |
# =============== # | |
# ZSH4 CONFIG | |
# ~/.zshrc | |
# =============== # | |
zstyle ':z4h:' prompt-at-bottom 'yes' |