Doing silly things with window management

This commit is contained in:
2021-12-27 10:39:34 -05:00
parent 26f0098be6
commit 01cf73c62d
12 changed files with 781 additions and 0 deletions

17
xinitrc
View File

@@ -1,2 +1,19 @@
# vim:filetype=bash:expandtab:ts=2:sts=2
setxkbmap dvorak
function _xinit_setup_xinput() {
if ! xinput list &>/dev/null; then
return
fi
if ! xinput list-props 'Elan Touchpad' &>/dev/null; then
return
fi
xinput set-prop 'Elan Touchpad' \
'libinput Natural Scrolling Enabled' 1
}
_xinit_setup_xinput
exec leftwm