[ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
|
|
[2024] [2023] [2022] [2021] December November October September August July June May April March February January [2020] [2019] [2018] [2017] [2016] [2015] [2014] [2013] [2012] [2011] [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
Swapping mouse buttons with xmodmap for left-hand use
[Tue Jun 29 08:21:54 CDT 2021]
Since I've been noticing some problems on my right shoulder, I decided to swap hands, and use the mouse with my left hand for a while (incidentally, Kensington provides a few good reasons to consider a left-handed mouse). Now, in order to accomplish this on Linux, I had to figure out how to swap the buttons. It's quite easy with xmodmap: Reverting to a right-handed mouse configuration is quite easy, of course: simply reverse the order of the numbers to "1 2 3". The way I implemented it was using an alias via$ xmodmap -e "pointer = 3 2 1" ~/.bashrc , but there are other ways to do it.
{link to this entry}
Big Tech thinks they own our devices
[Mon Jun 21 14:36:26 CDT 2021]
So, apparently, Google silently installed a COVID tracking app on the Android phones of users in Massachusetts without even asking for the users' permission. Big Tech companies truly appear to think that they own our devices, and can install and remove apps at will without user consent. Creepy. UPDATE (29 Jun 2021): In the meantime, Peloton provided another clear example of the dangers of this new model. Also, here is what Peloton had to say about this snaffu. {link to this entry} |