micro
notepad++
Adopted : micro (memory 30mo, have terminal mode, classical keyshortcuts) Adopted in second choice : notepad++
7zip
spacemonger
sumatrapdf
TODO
Brave
libreoffice
vlc
TODO
handbrake (copy and encode dvd)
makekv (used just for copy dvd to hard disk when some other can't suceed it)
TODO
git
File Explorer
lf
Adopted : lf (terminal)
alacritty
- Configuration
Copy from https://github.com/alacritty/alacritty/releases/alacritty.yml in %APPDATA/alacritty/alacritty.yml Change config of shell with something like
shell:
program: C:\Users\Alexandre\Applications\Git\bin\bash.exe
args:
- --login
Flow + Window Walker plugin - https://github.com/taooceros/Flow.Plugin.WindowWalker
pm install window walker
Increase the priority to 1 to have windows first before launching a new instance of the application.
TODO
TODO
Create a script.ahk for tiling windows with some shortcuts
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#+Left::WinMove,A,,0,30,A_ScreenWidth/2,(A_ScreenHeight-30)
#+Down::WinMinimize,A
#+Up::WinMove,A,,0,30,A_ScreenWidth,(A_ScreenHeight-30)
#+Right::WinMove,A,,A_ScreenWidth/2,30,A_ScreenWidth/2,(A_ScreenHeight-30)
TODO Find a way to save position of the different application or something closed.
Add in your VMoption if you want to have a real title bar -Dide.win.frame.decoration=false