Skip to content
#

x11

Here are 831 public repositories matching this topic...

Docker-OSX
shifujun
shifujun commented Jan 20, 2021

Just sharing 😄

Install tools:

brew install geekbench
brew install w3m

Run benchmark, must have internet for Geekbench 5 tryout mode:

/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5

Use w3m get result in terminal:

w3m -dump https://browser.geekbench.com/v5/cpu/5992961

One line can be:

w3m -dump $(/Applications/Geekbench\ 5.app/Conten
geekosaur
geekosaur commented Jul 28, 2021

Problem Description

It uses the tuple D defined in X.Operations as (Dimension,Dimension) for relative offsets, which can be negative.

Steps to Reproduce

Use the example config in X.A.FloatKeys. It will raise a compile error, since ghc now range-checks literals used as Word32 values.

Configuration File

module Main (main) where

import XMonad
import XMonad.A

Improve this page

Add a description, image, and links to the x11 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the x11 topic, visit your repo's landing page and select "manage topics."

Learn more