Skip to content

Instantly share code, notes, and snippets.

View micaelviana's full-sized avatar

Micael Viana micaelviana

View GitHub Profile
@micaelviana
micaelviana / Settings - KDE.md
Created December 25, 2021 14:33
Settings to KDE

Mouse scroll

System settings > Hardware div > Input devices > Touchpad > Invert scroll direction

Mouse Click

System settings > Workspace Div > Workspace behaviour > clicking files or folders> Selects them

Shortcuts

@micaelviana
micaelviana / wsl-shell.sh
Last active April 17, 2021 01:14
Specific settings for ZSH on WSL
#WINDOWS PATH
dir=$(pwd)
windir="/mnt/c/Windows/System32"
if [ $dir = $windir ]; then
cd $HOME
fi