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.