Earlier quoted context omitted.
Microsoft's Surface Book comes very close actually, so while the MBPs are still ahead, the gap is getting smaller!
The Dell XPS 13 touchpad hardware isn't too bad either. It should be bigger though.
Linux touchpad like a Macbook: goal worth pursuing?
71–80 of 347 posts
Re: Linux touchpad like a Macbook: goal worth pursuing?
#72Earlier quoted context omitted.
I see. I haven't tried the Thinkpads since before they were sold to Lenovo, so perhaps they are superior. I am in the market for a new laptop, so perhaps I should give them a chance. Not really for the pointers, but they do seem to be fine laptops overall.
Yeah. I got a Dell for my day job and unfortunately the nipple is entirely unusable. I miss my ThinkPad :/
On my own Lenovo, I use the nipple exclusively, and touchpad is disabled completely. I had played Quake vs other human players with the nipple and won, and I find it vastly superior to any kind of touchpad.
Re: Linux touchpad like a Macbook: goal worth pursuing?
#73Earlier quoted context omitted.
Have you tried Vimium[0]? It brings vim-like shortcuts to your browser. Despite what the Readme says, I find it perfectly usable on Firefox. [0]: https://github.com/philc/vimium
Thanks I will try that out though my Emacs-hands may get confused.
Re: Linux touchpad like a Macbook: goal worth pursuing?
#74Earlier quoted context omitted.
Wouldn't it be easier to just wipe the drive before TSA?
Really depends on their comfort/paranoia level. If the device is taken out of their sight for more than a few minutes, they'd be highly suspicious. More so if you are crossing borders of countries known to be hostile.
If your expected adversary is a nation-state intelligence agency, what do you expect to do? Take your laptop with you everywhere you go, all the time? Leave in your apartment for a theoretical attacker to execute an evil maid attack on it?
FDE is highly useful against ordinary adversaries. People with the financial/staffing/training resources to run surveillance on you 24x7 and access your equipment while it's unattended, that's an entirely other ball game.
Re: Linux touchpad like a Macbook: goal worth pursuing?
#75It's been a year now I've switched from mac to linux. Using libinput-gestures[0] was quite nice, but eventually I changed by workflow to use keyboard shortcuts more. [0] https://github.com/bulletmark/libinput-gestures
# Move to next/prev workspace
gesture swipe down 4 _internal ws_up
gesture swipe up 4 _internal ws_down
# Browser go forward/back
gesture swipe right xdotool key alt+Right
gesture swipe left xdotool key alt+Left
# Toggle Activities overview
gesture swipe up 3 xdotool key super+s
gesture swipe down 3 xdotool key super+s
# Zoom in/out (works in e.g. Firefox, Chromium, Terminal)
gesture pinch in xdotool key ctrl+minus
gesture pinch out xdotool key ctrl+plus
Re: Linux touchpad like a Macbook: goal worth pursuing?
#76Am I the only one who prefers the nipples on thinkpads?
I love them when doing programming that requires my fingers to rarely leave the keyboard. It's nice to be able to nudge the mouse here or there occasionally without having the context switch of moving my fingers completely off the keyboard.
Re: Linux touchpad like a Macbook: goal worth pursuing?
#77A cheap mouse allows finer and faster control than the best touchpad that currently exists, so... I plug in a mouse. (Don't believe me? Play an FPS game with touchpad against a mouse user.) That said, Synaptics touchpad support on Linux is bad. In my case, it's the touchpad on a Thinkpad T440s. It can run in a legacy/standard protocol mode or a "modern" protocol mode. Linux supposedly supports the latter (where palm…
I love the touchpad because it feels better and natural to me, and gestures make doing tasks like switching between desktops feel great, like I'm literally sliding papers on my desk. Lastly, not having to bring another device with me everywhere makes it a no brainer for me.
Re: Linux touchpad like a Macbook: goal worth pursuing?
#78Is the touchpad driver in the macOS kernel? If yes, the kernel itself is open source, would it be crazy to try to extract the driver from there and make it Linux compatible? Other question: When are you actually using the touchpad? I use my notebook 99% of the time with a screen + keyboard/mouse. Next question: Can we get to the level of a Macbook touchpad only with software? Is there no magic sauce inside the hardwa…
Re: Linux touchpad like a Macbook: goal worth pursuing?
#79Usually when people set me up for high expectations, I end up getting disappointed. In the case of the Macbook touchpad, my expecations were actually exceeded. I use Bootcamp a lot for some of my projects, and the touchpad support in Windows is so bad, I can't wait to go back to Mac Os (other than that, I'm pretty much OS agnostic).
Re: Linux touchpad like a Macbook: goal worth pursuing?
#80A cheap mouse allows finer and faster control than the best touchpad that currently exists, so... I plug in a mouse. (Don't believe me? Play an FPS game with touchpad against a mouse user.) That said, Synaptics touchpad support on Linux is bad. In my case, it's the touchpad on a Thinkpad T440s. It can run in a legacy/standard protocol mode or a "modern" protocol mode. Linux supposedly supports the latter (where palm…