DrOps

@DrOps@feddit.de
1 Post – 2 Comments
Joined 1 years ago

I did 4 things, that helped me a lot:

  1. Make aliases for the most visited directories

alias cem=’cd /home/drops/.config/emacs’

  1. Make aliases for moving up the tree tree:

alias. .=’cd. . && ls’

Three points for two levels up, etc...

  1. Name all directories lowercase, 3-5 letters long, and try to avoid directories with the same starting letter as siblings That way you can use tab completion with just a single letter

  2. Use the option to jump to subdirectories of /home/user from everywhere.

2 more...

Nope, I switched back to X11 after I found, that xdotool couldn't work with Wayland, and ydotool doesn't support window handling.