• 2 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle



  • mranderson17@infosec.pubtoLinux@lemmy.ml...
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago

    I have a whole Linux machine with a bunch of displays, 16 cores, tons of memory, powerful GPU, and an internet connection. And I still have a TI-84Plus sitting on my desk which I use for all my calculator needs… It’s just easier.






  • Probably? Honestly I just read the sections of the docs that were relevant to what I needed and clicked buttons until things worked. Tutorials are dangerous because the moment they are published they are out of date, unless the author goes back and updates it regularly which is pretty rare, or impossible if it’s something like a youtube video.

    Anyway it’s a GUI application with lots of tool tips and all that, it’s not difficult to use.



  • So, there’s not a lot of information here, but on the off chance that your environment is exactly the same as mine (Desktop with on-board bluetooth controller) make sure your included “WiFi antenna” that came with the motherboard is plugged in. It’s also the bluetooth antenna and devices won’t connect if it’s not attached.

    Otherwise, please provide more information, like hardware config, logs, installed packages, running services, etc.






  • Because I don’t like things to be behind other things. And I feel like moving windows around is a waste of effort and time, and also requires using the mouse where I wouldn’t normally have to. Tiling windows and using workspaces to organize my work/play/attention works very well for me and helps keep my focus where I want it.

    Also sway in particular, but other tiling window managers too, have better output management than standard DEs. If I’m on output 3 workspace 12 and I want to do something new, any new window I open stays on output 3 workspace 12. I have a lot of displays and not being surprised about where windows open is extremely helpful.



  • Start experimenting and break stuff. Set up some good backups and snapshots, learn how to use those well so you aren’t completely screwed when something is unrecoverable, and then go to town on all the experimental software you read about but haven’t tried. Breaking stuff will quickly make you proficient at the command line, and help you to understand how things work underneath your GUI.

    And have fun!



  • keepass (not xc) has a plugin for autotype. I have not tried it yet.

    keepassxc seems reluctant to use this method and instead would prefer to push the work upstream https://github.com/keepassxreboot/keepassxc/issues/2281 .

    Unfortunately keepassxc has backed themselves into a corner where the upstream fix referenced in that issue is closed, and they are unwilling to implement a workaround themselves. So it looks like it won’t be supported any time soon.

    EDIT: Seems as though there may be a way to do this with xdg-desktop-portal in the near future. But the sentiment about cutting out the middleman only to need more middlemen seems to be accurate for that direction.


  • except unfortunately sway doesn’t actually support VRR the way it’s suppose to be used. Currently VRR is active until you make a window full screen, once a window is full screen VRR doesn’t work anymore. So pretty much exactly backwards from how it’s suppose to work.

    Hyprland does VRR right but it has several other issues that make sway the better choice for now, just with VRR disabled.