Just a simple hack to disable focus change on mouse move in DWM.
comment out the following line in dwm.c:
/* [EnterNotify] = enternotify, */
Credits to KiteAnton on reddit.
More:
Introduction to DWM window manager from Luke Smith’s vlog episode
A guide to DWM from Dave Gauer’s blog
[Tovább/More]
Custom Aisleriot card themes
I am a great fan of Freecell solitaire card game that is part of aisleriot package. There are some built-in card themes, but one can install a custom set as well. Steps to do so: Download the theme (uncompressif necessary) Copy the svgz file to /usr/share/aisleriot/cards/ folder. Here are my...
[Tovább/More]
Application launching with dmenu
dmenu vs dmenu_run
dmenu is a suckless program and a lot of tiling window managers (eg. i3, dwm) use it as default application launcher. dmenu_run is a shortcut for dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &. When you invoke your dmenu command, dmenu_run will start by default. At its place (which dmenu_run) -...
[Tovább/More]
Kurt Vonnegut on Ignaz Semmelweis
In these covid-times more attentions were paid the work of Ignaz Semmelweis. Google was recognizing Ignaz Semmelweis and Handwashing with this Doodle: Kurt Vonnegut depicted him as a “truly modern hero” in his collection of essays, A Man Without a Country. “And the most I can give you to cling...
[Tovább/More]
Ranger custom configuration
Configuration files are located at /etc/range/config/ commands.py: contains various functions’ implementation, written in Python, used to modify ranger’s behavior, rc.conf: is used for setting various options and binding the keys to functions, rifle.conf: decides which program to use for opening which file, scope.sh: is a shell script used to generate...
[Tovább/More]