diff --git a/config.h b/config.h index 6212439..3904f10 100644 --- a/config.h +++ b/config.h @@ -21,9 +21,11 @@ static const char *colors[][3] = { [SchemeSel] = { col_gray4, "#232323", col_border_focused }, }; +// Start-up scripts & commands static const char *const autostart[] = { - "feh", "--bg-fill", "/home/username/Pictures/Wallpapers/wp_ubuntu_1.jpg", NULL, - "vonal", "&", NULL, + "feh", "--bg-fill", "/home/username/Pictures/Wallpapers/wp_ubuntu_1.jpg", NULL, // Set wallpaper + "xinput", "set-prop", "9", "325", "1", NULL, // Set mouse to left-handed. Help: `xinput` + "vonal", "&", NULL, // Start vonalc launcher daemon NULL /* terminate */ }; diff --git a/dwm b/dwm index 234b3f7..7818562 100755 Binary files a/dwm and b/dwm differ