#
x11
Here are 676 public repositories matching this topic...
Cross-Platform GUI Library - Report issues here: https://trac.wxwidgets.org/
c-plus-plus
gtk
gui
cross-platform
portable
x11
wxwidgets
desktop
cocoa
gui-framework
win32
cross-platform-desktop
-
Updated
Aug 24, 2020 - C++
Auto-detect the connected display hardware and load the appropriate X11 setup using xrandr
-
Updated
Jul 30, 2020 - Python
Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)
python
gtk
utility
addon
x11
tiling
python3
gtk3
window-manager
python-3
global-hotkeys
tiling-window-manager
pygobject
-
Updated
May 11, 2020 - Python
A modern and lightweight status bar for X window managers.
-
Updated
May 20, 2020 - C
Image viewer for X11/Wayland
-
Updated
Jul 23, 2020 - C
Ksnip is a Qt based cross-platform screenshot tool that provides many annotation features for your screenshots.
windows
macos
linux
screenshot
drawing
qt
annotation
x11
crop-image
wayland
stickers
imgur-uploader
single-instance
blur-image
ksnip
gnome-wayland
kde-wayland
cross-platform-screenshot
script-uploader
-
Updated
Aug 23, 2020 - C++
Run command on rectangular screen regions
-
Updated
Apr 25, 2020 - Shell
A gtk based status bar for tiling window managers such as XMonad
systray
gtk
haskell
stack
x11
xmonad
mpris
dbus
haskell-gi
appindicator
xmobar
tiling-window-manager
ewmh
taffybar
upower
statusnotifieritem
gi-gtk
-
Updated
Aug 10, 2020 - Haskell
Versatile window tiling for X11 with powerful keyboard controls
-
Updated
Jul 1, 2020 - Python
Modern and functional CDE desktop based on FVWM
-
Updated
Aug 23, 2020 - HTML
-
Updated
Jul 17, 2020 - C++
-
Updated
Jun 14, 2020 - Shell
banish the mouse cursor when typing, show it again when the mouse moves
-
Updated
May 9, 2020 - C
My fork of xwinwrap. Xwinwrap allows you to stick most of the apps to your desktop background.
-
Updated
Aug 5, 2020 - C
Improve this page
Add a description, image, and links to the x11 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the x11 topic, visit your repo's landing page and select "manage topics."
So currently we have a cute benchmarking system. Simply, run the method and calculate the time taken.
The problem:
Some methods like
alertare only completed when the user clicks Ok...which is expected in real life scenario but that disrupts the benchmarks by many milliseconds/secs!We need to come up with another op that mocks the alert methods the closest way possible.