home.social

#pseudocode — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pseudocode, aggregated by home.social.

  1. Since "The Year of 🐧GNU/Linux on the Desktop" has surprisingly been postponed once more:

    I want "xfce4-display-settings -m" to show up on *every* connected display when I press Meta+P, not just on my (closed) notebook in its dock 😡

    The #pseudocode is easy:

    for each display in connect_displays
    $process = start "xfce4-display-settings -m"
    move $process.window to $display.center

    I have the 🔧 bits 'n' 🧩 pieces
    #bash #xdotool #wmctrl #xrandr #gdk #xfce4 #python ready.

    but still: welp 🥺