home.social

#brightnessctl — Public Fediverse posts

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

  1. #Niri 25.08 comes with a new `spawn-sh` command. I’m using it to handle the monitor brightness on a log scale (way more useful than a linear one, especially by night):

    XF86MonBrightnessUp {
    spawn-sh "brightnessctl s $(($(brightnessctl g) * 2))";
    }
    XF86MonBrightnessDown {
    spawn-sh "brightnessctl s $((($(brightnessctl g) + 1) / 2))";
    }

    (Look, ’Ma ! No temp files !)

    github.com/YaLTeR/niri/release

    #tilingWM #UnixPorn #brightnessctl

  2. #Niri 25.08 comes with a new `spawn-sh` command. I’m using it to handle the monitor brightness on a log scale (way more useful than a linear one, especially by night):

    XF86MonBrightnessUp {
    spawn-sh "brightnessctl s $(($(brightnessctl g) * 2))";
    }
    XF86MonBrightnessDown {
    spawn-sh "brightnessctl s $((($(brightnessctl g) + 1) / 2))";
    }

    (Look, ’Ma ! No temp files !)

    github.com/YaLTeR/niri/release

    #tilingWM #UnixPorn #brightnessctl

  3. #Niri 25.08 comes with a new `spawn-sh` command. I’m using it to handle the monitor brightness on a log scale (way more useful than a linear one, especially by night):

    XF86MonBrightnessUp {
    spawn-sh "brightnessctl s $(($(brightnessctl g) * 2))";
    }
    XF86MonBrightnessDown {
    spawn-sh "brightnessctl s $((($(brightnessctl g) + 1) / 2))";
    }

    (Look, ’Ma ! No temp files !)

    github.com/YaLTeR/niri/release

    #tilingWM #UnixPorn #brightnessctl

  4. #Niri 25.08 comes with a new `spawn-sh` command. I’m using it to handle the monitor brightness on a log scale (way more useful than a linear one, especially by night):

    XF86MonBrightnessUp {
    spawn-sh "brightnessctl s $(($(brightnessctl g) * 2))";
    }
    XF86MonBrightnessDown {
    spawn-sh "brightnessctl s $((($(brightnessctl g) + 1) / 2))";
    }

    (Look, ’Ma ! No temp files !)

    github.com/YaLTeR/niri/release

    #tilingWM #UnixPorn #brightnessctl

  5. #Niri 25.08 comes with a new `spawn-sh` command. I’m using it to handle the monitor brightness on a log scale (way more useful than a linear one, especially by night):

    XF86MonBrightnessUp {
    spawn-sh "brightnessctl s $(($(brightnessctl g) * 2))";
    }
    XF86MonBrightnessDown {
    spawn-sh "brightnessctl s $((($(brightnessctl g) + 1) / 2))";
    }

    (Look, ’Ma ! No temp files !)

    github.com/YaLTeR/niri/release

    #tilingWM #UnixPorn #brightnessctl

  6. After months exclusively using the #OpenSource #Wayland #Sway #WindowManager, I'm finding that I would be grateful if there was a way to do the following with #mouse. Increase the #MouseCursor size, #LockScreen with mouse, open #Calendar with mouse, reboot or shutdown with mouse, adjust screen #brightnessctl and #wlsunset with mouse, open #BluetoothManager with mouse, open wifi and network settings with mouse, #AppLauncher with mouse. I'm uncertain of how to approach some of these on #SwayWM