Skip to content

fauceta/winconf

 
 

Repository files navigation

Windows Dotfiles

Installation

iwr https://raw.githubusercontent.com/asolopovas/winconf/refs/heads/main/init.ps1 | iex

This script will by default install the following application using winget:

Include Setup-Software.ps script

iwr https://raw.githubusercontent.com/asolopovas/winconf/refs/heads/main/init-software.ps1 | iex

This will be additional packages:

The link will autoconfigure the basic setup using the following powershell scripts from scripts folder:

AutoHotkey Shortcuts for Desktop Switching and App Management

These dotfiles contain autohotkey script that provides a set of AutoHotkey (AHK) shortcuts to improve window and workspace management, allowing for quick desktop navigation, application launching, and window manipulation.

📌 Features

  • Virtual Desktop Navigation using hjkl keys (Vim-style)
  • Quick App Switching (Alt+Tab alternatives)
  • PowerShell and Ubuntu Launchers (normal and admin modes)
  • Default Browser & Media Player Activation
  • Window Maximization and Restoration
  • Window Closing and Reloading Scripts
  • Restarting Windows Explorer
  • Cycling Through Windows of the Same Application

🔥 Hotkeys and Their Functions

🌍 Push Windows Around

Hotkey Action
Win + H Push Window Left
Win + J Push Window Up
Win + K Push Window Down
Win + L Push Window Right

🖥️ Virtual Desktop Shortcuts - Desktops must be created first

Hotkey Action
Win + 1-9 Switch to Desktop (1-9)
Win + Shift + 1-9 Move current window to Desktop (1-9)

🔄 Window Switching

Hotkey Action
Win + . Switch to Next window (Alt+Tab alternative)
Win + , Switch to previous window (Shift+Alt+Tab altinative)

🖥️ Terminal Shortcuts

Hotkey Action
Win + F12 Open Priviledged Terminal
Win + Enter Open or activate Ubuntu terminal
Win + Shift + Enter Open Ubuntu in new terminal tab

🌐 Browser & Media Player

Hotkey Action
Win + C Open or activate the default browser
Win + M Open or activate AIMP media player

🪟 Window Management

Hotkey Action
Win + F Maximize/Restore the active window
Win + Q Close the active window

🛠️ Script & System Management

Hotkey Action
Ctrl + S Reload AHK script if editing in Visual Studio Code
Alt + Shift + F11 Restart Windows Explorer
Alt + . Cycle to the previous window of the same app
Alt + , Cycle to the next window of the same app

📝 Notes

  • Ensure applications like PowerShell, Ubuntu, AIMP, and your browser are properly installed.
  • This script is optimized for Windows users who frequently switch between virtual desktops and applications.
  • The Win + M hotkey is currently set for AIMP. If you prefer Spotify, uncomment and modify the respective section.

Feel free to customize the script to fit your workflow! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PowerShell 89.4%
  • AutoHotkey 6.2%
  • Shell 4.0%
  • Other 0.4%