Left-handed mouse
This commit is contained in:
parent
2487955aa4
commit
63d05cf05a
6
config.h
6
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 */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user