Disable focus change on mouse move in DWM

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]
Címkék: dwm gui

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]
Címkék: Aisleriot solitaire

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]