Tagged "tips"

Chrome kwallet and xmonad

During the last month, after the umpteenth Plasma crash, I’m gradually switching to xmonad

The hardest part of the switch has been changing my behaviour from floating to a tiling window system. But also missing my configurations and tools is becoming a problem.

Read more...

Browser as notepad

From time to time, I need to note something down, from a snippet of code to some lorem ipsum.

Of course, I can open a text editor and paste the text there but is it worth keeping another window around when I already have a browser open on one of my screens?

Read more...

Python - command line interface

How to write a better command line interface with python.

Writing the Nth python shell script I found myself looking again at the documentation of argparse, A NIGHTMARE. After 15 minutes spent trying to understand how to use it, I gave up.

Read more...