linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

phpinjected, in What distros have you tried and thought, "Nope, this one's not for me"?
@phpinjected@lemmy.sdf.org avatar

Arch

wwwgem, in [Question] Some questions about BSPWM tiling manager
@wwwgem@lemmy.ml avatar

The behavior you are requesting of bspwm is counter-intuitive to this rule you specifically wrote. Nonetheless, if VS Code popup windows have a different instance name, you could have a script running in the background which checks instance name of any new window and execute the command bspc desktop -f last when a VS Code popup appears.
If the instance name is the same for VS Code main app and its popup windows, you may listen to the state of VS Code windows (using bspc subscribe; see the manpage) and execute the previous command on VS Code floating windows (because popups will be floating).
For example, apply this to all VS Code windows:


<span style="color:#323232;">while bspc subscribe -c 1 node_focus node_state > /dev/null; do
</span><span style="color:#323232;">    bspc query -N -n "focused.floating" | while read -r wid; do
</span><span style="color:#323232;">    bspc desktop -n $wid -f last
</span><span style="color:#323232;">done
</span>

For your second question, if I understand correctly you’re trying to have a given workspace moving to your external monitor when available and returning to your primary monitor if no other monitor is connected. You can look at the archwiki to learn how to setup bspwm for multi monitors. Using the same if conditions as explained in this wiki you could also have for example a rule bspc rule -a Code follow=on desktop=‘^4’ when only one monitor is connected, and bspc rule -a Code follow=on desktop=‘^7’ when an external monitor is connected (and workspace 7 will be defined to be shown on your external monitor).

questionAsker,

Sadly, popup window name is same as for vscode itself. I will have a look on that script, that’s something to begin with. I use only one monitor at time, I don’t use “extended mode”. And what I really want - to transfer already opened applications to workspaces from different monitor: I have vscode opened on 4th workspace on laptop, after I plug in external monitor and setup xrandr for it, than I turn it off and want to continue working with vscode on 4th workspace on latop. Right now this is not possible from the box.

wwwgem,
@wwwgem@lemmy.ml avatar

If you’re using only one monitor, simply duplicate and scale your laptop screen instead of using the extended approach.
To give you a rough idea, this will look to something like this:
xrandr --output eDP1 --mode 1366x768 --scale 1x1 --output HDMI1 --same-as eDP1 --mode 1920x1080 --scale 0.711x0.711
Use xrandr to find the monitors names and resolution. The scale option is simply the ratio between your 2 resolutions.

Benaaasaaas, in What distros have you tried and thought, "Nope, this one's not for me"?

Ubuntu, tried to install vim 8 when it released, too bad they only update major package versions once every 2 years. Find myself some random dudes repo, great it’s vim 8, too bad it was compiled w/o python support… Installed Manjaro (arch based) and never looked back.

CodingCarpenter, in I didn't know where else to ask this, if there is another comm i should ask please lmk. Do you have any suggestions for wireless headphones i can use with linux?

Love my SteelSeries arctis 7

amanneedsamaid, in Writing program

I use LaTeX, and edit using Emacs. The nice thing about LaTeX is the editor you use doesn’t matter.

danielfgom, in I feel like breaking my windows install was a rite of passage
@danielfgom@lemmy.world avatar

Excellent. Being able to install a fresh OS at will is one of the many fun things in Linux. Theming is another. I would advise you do a backup of anything important on Windows and just erase the entire disk and do a clean install of Linux. If you still need Windows, install Virtualbox and install Windows as a VM. Best of both worlds. I do this to enable me to print to my Canon printer because the Linux drivers don’t work ,it needs Windows to print, calibrate etc.

Lettuceeatlettuce, in I didn't know where else to ask this, if there is another comm i should ask please lmk. Do you have any suggestions for wireless headphones i can use with linux?
@Lettuceeatlettuce@lemmy.ml avatar

Out of your price range listed, but I’ll list it for others. Sennheiser Momentum 4. Bluetooth tested on four different Linux devices and all have worked perfectly so far.

Super comfortable, great quality. Headphones I plan on having for a decade or more, I would highly recommend them.

patchexempt,

these are my choice as well, and they work pretty flawlessly with Linux over Bluetooth; I use Momentum 4s for many hours each day to do meetings and they’ve been highly reliable. however they are not perfect:

  • ear pads are non-standard and have a built in plastic backing; I’m worried about long-term availability of replacements
  • can’t do audio+mic over 3.5mm headphone jack, just audio. makes them useless for gaming when you don’t want Bluetooth latency
  • they have USB audio support which I hoped could be used in place of that 3.5mm connection, but the quality is so poor that everything sounds like you’re on a Skype call from 2003

so they are good but don’t solve all problems, still looking for that perfect set of headphones, but these are excellent as work headphones where I’m just doing meetings and listening to music.

possiblylinux127, in Which distro in your opinion is the best for virtualization (Windows 10 on either KVM or VMware), stability, and speed?

KVM with virtio runs circles around everything else

berryjam, in What distros have you tried and thought, "Nope, this one's not for me"?

Ubuntu. I hated not being able to customize certain things and it had some interesting bugs on my hardware. Switching to a different distro solved those issues

toastal,

Was that an Ubuntu problem or a GNOME thing?

berryjam,

I have no idea. This was more than 5 years ago. Fwiw I now use Arch (sans Gnome) and I’m very happy with the experience.

berryjam, in Why do you use the terminal?

It’s very fast and nearly always gives me the results I want without extra bullshit. For example using bc or qalc to do a quick unit conversion vs launching a calculator app for the same purpose.

people_are_cute, in What distros have you tried and thought, "Nope, this one's not for me"?
@people_are_cute@lemmy.sdf.org avatar

Literally all of them have shite color management and fractional scaling that blurs everything. It’s an eyesore.

I really, really want to use Linux for multimedia consumption but I can’t.

toastal, (edited )

Yet color management seems to have negative priority for Wayland while the Wayland push is strong at present. Shit or not, at least X11 has basic color management via ICC profiles; Wayland be like ¯_(ツ)_/¯

Metz,

KDE wayland has added ICC support in the KDE 6 beta. (and basic HDR).

toastal,

But that’s likely competing with the ongoing, multi-year spec for it

Shimitar, in What distros have you tried and thought, "Nope, this one's not for me"?

To all gentoo detractors… 20 years ago compiling a browser would take 5 days (as in 24 x 5 hours…) So you are not allowed to complain TODAY about compile times ahahahaahaha ahahaha ahah haha aaaaaaaaah ಠ_ಠ

pete_the_cat,

I remember jumping from Ubuntu (my first distro) to a Gentoo stage 2 install in 2005. I was using it on my desktop so I needed a GUI. I was using either a high end P4 or an X2 Athlon. I attempted to compile KDE and all the deps. It would compile X for about 10-20 hours… and then the compilation would break with a seemingly obscure error message.

I tried a few times and never did get a GUI built.

Shimitar,

Today on Intel i7/Xeon with 16gb ram I go from a stage3 to full GUI (plasma, no libreoffice or such) in a few hours.

pete_the_cat,

I’ve considered giving it a go again since I have a 24 core Threadripper which could easily compile everything pretty quickly, I just never got around to it.

porl,

Try accidentally emerge world on a full desktop environment with open office and said browser on a Pentium 2 after changing some base level compile flags… Oh, and I was on dial-up. Didn’t do that again.

I got Gentoo on a DVD with instructions in a magazine for a Stage 1 build. No internet connection at that stage so I had to work through problems myself. Took a few goes but I learnt a heck of a lot about how Linux boots.

Been a very long time so apologies if I got some details wrong.

JeffKerman1999,

Yeah I remember trying it out on a k6-2 400 MHz (maybe? I don’t remember if that was it’s rated speed of it it was with the bus at 112mhz) and it was days of downloading sources and even more for compiling. I think there was a bootable CD bundled with some zine that allowed you to have something running on your machine

Matty_r, in Nobara 39 Officially Released
@Matty_r@programming.dev avatar

Cool, I’ve wanted to give this a go for a while but never really gelled with Gnome. I’ll have to give it another look.

woelkchen,
@woelkchen@lemmy.world avatar

Cool, I’ve wanted to give this a go for a while but never really gelled with Gnome.

Even before the switch of the default was Plasma already an option. It just wasn’t the default.

Matty_r,
@Matty_r@programming.dev avatar

Fair enough. I find if it’s the default option, it’s a better out-of-the-box experience as the devs would have spent more time on polishing etc.

sundaylab, in Which distro in your opinion is the best for virtualization (Windows 10 on either KVM or VMware), stability, and speed?

I jumped onto the FreeBSD train a year ago and needed some virtualization tool for my job. A started using bhyve and must say that I am quite happy with it and don’t plan to move to any other tool soon. Not sure how it compares to other tools performance wise but it does the job for me.

boo_,
@boo_@lemmy.blahaj.zone avatar

I’ve really wanted to try bhyve but the lack of hardware passthrough support (PCIe GPU passthrough in my case) compared to KVM keeps me from it as of right now. Looks really good though.

Sethayy,

Any other BSD-based vm’s that do (PCI pass through that is)?

Ive wanted to swap my debian server over for a while, but the occasional windows only software is keeping me in linux (what a time to be alive lol)

jjlinux,

This has got to be 1 of the top 10 comments on “why Linux and not BSD?”

  • “Because I need to use some apps that only run in Windows.”
  • “Why not just use Windows?”
  • “Because (insert any excuse, valid or not)!”

It is, indeed, a funny time to be alive, haha!

boo_,
@boo_@lemmy.blahaj.zone avatar

I think Xen does? It’s available on a few different operating systems but idk how user friendly it is compared to QEMU/KVM or bhyve.

om1k, in Writing program

Neovim

toastal,

That’s what I use for my reStructuredText documents!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #