Left-handed mouse

This commit is contained in:
Candifloss 2025-01-17 15:39:36 +05:30
parent 2487955aa4
commit 63d05cf05a
2 changed files with 4 additions and 2 deletions

View File

@ -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 */
};

BIN
dwm

Binary file not shown.