markstos

joined 2 years ago
[–] markstos@lemmy.world 1 points 3 days ago

I stuck with Ubuntu over a decade, but eventually Arch had several packages I was interested in that Ubuntu did not, plus the Arch wiki. I wanted to use Sway with several rofi/dmenu type utils, and Arch had a lot more of those packaged.

[–] markstos@lemmy.world 4 points 6 days ago

Right. Seems like a common rezoning change. There’s a trend towards more mixed use.

This does not appear to be exceptional.

[–] markstos@lemmy.world 4 points 6 days ago

Are you planning a military parade to celebrate?

[–] markstos@lemmy.world 34 points 6 days ago (3 children)

Years ago there was a voice to text transcription service sold as automated that worked by people listening to your voicemails and typing them out.

[–] markstos@lemmy.world 1 points 1 week ago

I counted about 15 shots of men’s faces not saying anything during the two minute trailer. Impressive, really.

[–] markstos@lemmy.world 1 points 1 week ago

Characters forced to confront their past is a broad genre.

[–] markstos@lemmy.world 1 points 1 week ago (1 children)

Watch it a second time and notice how little the stoic men in this trailer say vs how much they respond with pained looks.

[–] markstos@lemmy.world 2 points 1 week ago (1 children)

"Desire path" is a valid noun phrase where "desire" functions as an attributive noun modifying "path." This construction is grammatically correct in English.

[–] markstos@lemmy.world 6 points 1 week ago

For 60+ I might recommend ChromeOS Flex, Mint, or Ubuntu.

[–] markstos@lemmy.world 25 points 1 week ago

It’s grow lamps simulating full sun brightness in a windowless room.

[–] markstos@lemmy.world 26 points 1 week ago (6 children)

These paths are called “desire paths”— paths that desire follows.

[–] markstos@lemmy.world 1 points 1 week ago

If an alarm is set for a time doesn’t exist, I expect a big warning on the Lock Screen that there’s a problem so I can fix it. Or set the alarm off early assuming that it’s better to be early than late for whatever it was.

Both are better than silent failure.

 

You've got multiple monitors and watch to switch to a window several windows away.

You could switch focus there with a number of arrow key movements.

"sway-easymotion" allows you to use to press a key that prints a one or two character label on each window. Press that key and your focuses switch there.

Over the weekend I submitted patches for a couple of new features. First, I added multi-monitor support. Second, I added a visual confirmation of which window was selected.

If you are familiar with Github and Rust, you can review the patches and try them out here:

https://github.com/edzdez/sway-easyfocus/pulls

More about sway-easyfocus: https://github.com/edzdez/sway-easyfocus

 

cross-posted from: https://lemmy.world/post/29330696

Progress towards universal Copy/Paste shortcuts on Linux

 

cross-posted from: https://lemmy.world/post/29330696

Progress towards universal Copy/Paste shortcuts on Linux

 
 
  1. App redirects to identity broker
  2. Identity Broker redirects to social login
  3. Browser prompts to open password manager to access social login password.
  4. Password manager prompts for master password and redirects back to social login
  5. Social login prompts for security key.
  6. Social login redirects back to identity broker.
  7. Identity broker redirects back to app.
  8. "Cannot read properties of undefined (reading 'length')"
 

Keyboards with custom firmware supports keycodes like XF86Copy and XF86Paste. These are great for having truly global copy/paste shortcuts that also work in apps like terminals where "Control-V" and "Control-C" aren't supported by default.

I advocated that these keycodes be supported in a web browser, Qutebrowser. The author of that project, Florian Bruhin liked the idea and submitted a patch upstream to the QT framework, which is used by many apps associated with the KDE Linux desktop. And about 5 years later, apps will be packaged with QT 6.10 that include the fix.

Here’s the change description.

This adds support for the Help, Open, Close, Save, New, Cut, Copy, Paste, Undo, Redo, Back, Forward, Refresh, ZoomIn, ZoomOut, Find, Settings, Exit, and Cancel keys to the default keyboard shortcuts.

The bug report:

https://bugreports.qt.io/plugins/servlet/mobile#issue/QTBUG-93269

 

It is reportedly plug-n-play for basic features, but for more advanced features, something like this project would need to be patched to add support for the camera.

https://github.com/samliddicott/guvciew-meet4k

view more: next ›