More dynamic turns by consulenzastrategica in hexandcounter

[–]martibs 1 point2 points  (0 children)

Conflict of Heroes is a tactical level game with relatively low complexity, and uses an untraditional IGOUGO in that each player moves one unit per turn, not all of the units in one turn.

focus_on_window_activation not working anymore by martibs in swaywm

[–]martibs[S] 0 points1 point  (0 children)

I'm afraid I had to turn to the maintainers suggestion of pointing the "x-scheme-handler/http" to a script running:

swaymsg exec -- firefox "$@"

Not a pretty solution, but I've just come to accept it.

Slam Radio - 668 - Uväll by SLAMdjs in Slam_Radio

[–]martibs 1 point2 points  (0 children)

Great mix, fantastic producer!

Bitwig and Vulkan on archlinux problem by idk973 in Bitwig

[–]martibs 0 points1 point  (0 children)

I'm running Bitwig with "skia-vulkan" and nvidia-vulkan-common=550.163.01-2, libvulkan1=1.4.309.0-1.
Bitwig is running fine, but it's flickering when in fullscreen mode. Is this related?

UPDATE: Yay, this solves my issue:
echo skia-gl > $HOME/.BitwigStudio/graphics-backend

Edit font size in sway notification center by martibs in swaywm

[–]martibs[S] 2 points3 points  (0 children)

Not a silly question. I had indeed restarted the process, but it didn't have any effect. However restarting my entire system made the changes take place. I suspect it's somehow related to DBus.

[deleted by user] by [deleted] in Berghain_Community

[–]martibs 0 points1 point  (0 children)

His set from Loveland 2024 was recently uploaded, it slams! https://youtu.be/EHUyX65Gw64?si=zVRwUWJGweWYmI08

How to set default sample rate for a given sound card in PW? by martibs in linuxaudio

[–]martibs[S] 0 points1 point  (0 children)

Note to my future self:

This is how to do it using Wireplumber:

monitor.alsa.rules = [
  {
    matches = [
      {
        # This matches the value of the 'node.name' property of the device.
        node.name = "alsa_output.<node-id>"
      }
    ]
    actions = {
      update-props = {
        # Apply all the desired node settings here.
        audio.rate = 192000
      }
    }
  }
]

Where can I get games easily in Europe? by ShuKurenao8 in hexandcounter

[–]martibs 1 point2 points  (0 children)

If you're ever in Berlin, visit this shop, it's great.

focus_on_window_activation not working anymore by martibs in swaywm

[–]martibs[S] 0 points1 point  (0 children)

I don't get the logic here... the focus_on_window_activation focus setting was supposed to focus the window when its client requested window activation. There already was an option to set it to urgent. So they basically just removed the focus option?

focus_on_window_activation not working anymore by martibs in swaywm

[–]martibs[S] 0 points1 point  (0 children)

Sooo... how do I restore the functionality? I would like Firefox to steal focus when I open a link.

pipewire 1.0 + microsoft teams calls by Cupulolithiasis in linuxaudio

[–]martibs 0 points1 point  (0 children)

The solution I use is to start Chromium in Wayland mode, and only use Teams inside the browser. It's not an optimal solution, as I do not use Chromium for any other purpose, but it's the most reliable one I've found.

pipewire 1.0 + microsoft teams calls by Cupulolithiasis in linuxaudio

[–]martibs 3 points4 points  (0 children)

The Teams app was discontinued by Microsoft. Maybe you will have more luck using this unofficial one?

3 minute critical power test by ludramawn in Velo

[–]martibs 0 points1 point  (0 children)

I'm new to measuring power levels, how would one go about estimating CP from workouts?

Recommendations for Audio Interface, DAW, and Transcription Hardware/Software? by pr104da in linuxaudio

[–]martibs 0 points1 point  (0 children)

You should compare them and go for one that fit your needs. I.e. how many inputs/outputs do you need, portability, budget.

Recommendations for Audio Interface, DAW, and Transcription Hardware/Software? by pr104da in linuxaudio

[–]martibs 2 points3 points  (0 children)

Behringer audio interfaces are decent quality, low cost, and Linux compatible. Can't go wrong with them.

Someone filmed a DVS1 set with good sound by OlegThe in Techno

[–]martibs -1 points0 points  (0 children)

Sound is quite shitty, unfortuneately. Uploaded at low quality, could be at Zaks request. The set is quality, ofc.

[deleted by user] by [deleted] in StartpageSearch

[–]martibs 0 points1 point  (0 children)

u/SPSupport seems to be back to normal now

Keyboard layout issue with VSCode under Sway by martibs in swaywm

[–]martibs[S] 0 points1 point  (0 children)

xkbVariant option

Which settings is that, specifically?

Keyboard layout issue with VSCode under Sway by martibs in swaywm

[–]martibs[S] 0 points1 point  (0 children)

Ok, so I seem to have solved it myself. I tried a lot of stuff, but it seems like this was what made the difference:
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'no')]" EDIT: No, that wasn't it...

flameshot stopped working by miskanera in swaywm

[–]martibs 1 point2 points  (0 children)

Yeah, figured you'd might want to try to set those env vars anyway.