Tag Archive For "udev"
Automatic Screen Detection And Configuration Under Awesome WM
Recently I’m mainly interested in automating my day-to-day tasks on Linux laptop. I’ve started with automating back-up process, now come time to automate external screen detection (and configuration). For couple of months I was struggling with ZSH history to find XRandR commands that enables and disables external screen. During that time I was almost sure …
Automatic backup in Linux
Some time ago I’ve started backing up my laptop hard drive in any case of failure. Until today I was simply connecting external back-up-drive and manually launching mount && rsync command from zsh history. But this requires that always after connecting this special device I need to go to terminal, log in as root then …