Skip to content

Instantly share code, notes, and snippets.

@abatkin
Last active January 29, 2021 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abatkin/1c283d500dabd0d240a1602df732f235 to your computer and use it in GitHub Desktop.
Save abatkin/1c283d500dabd0d240a1602df732f235 to your computer and use it in GitHub Desktop.
Setting up Windows

Basic Software

  • Firefox
  • Firefox Addons
    • BitWarden
    • Cookie Manager
    • Facebook Container
    • Firefox Multi-Account Containers
    • FoxyProxy Standard
    • Gesturefy
      • URL Level Up (ULU)
      • Minimize Window (DL)
      • Close Tab (DR)
      • Page Back (L)
      • Page Forward (R)
      • Scroll to the top (U)
      • Scroll to the bottom (D)
      • Focus right tab (UR)
      • Focus left tab (UL)
    • Json Lite
    • Reddit Enhancement Suite
    • uBlock Origin
    • User-Agent Switcher and Manager
    • Web Developer
  • AltDrag - Drag/resize windows with Alt+Drag
  • Greenshot - Screenshot tool
  • Microsoft PowerToys - The PowerToys Run tool is a great app launcher
  • CopyQ - Clipboard Manager
  • 7-Zip - File archiver/unzipper
  • notepad2 - Replace the default notepad app (note: this is a fork since the original is unmaintained)
  • paint.net - Free/Open Source Paint program
  • WinDirStat - Figure out where all your disk space went
  • VLC - Video player
  • Sumatra PDF - PDF Reader

Developer Tools

Configuration

AutoHotKey Scripts

#1::switchDesktopByNumber(1)
#2::switchDesktopByNumber(2)
#3::switchDesktopByNumber(3)
#4::switchDesktopByNumber(4)

Browser_Forward::switchDesktopToRight()
Browser_Back::switchDesktopToLeft()

+Browser_Forward::MoveCurrentWindowToRightDesktop()
+Browser_Back::MoveCurrentWindowToLeftDesktop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment