Loop your X cursor around the screen 👉😎👉
git clone https://github.com/m-col/xoop
Files | Refs | Readme | License

DateCommit messageAuthor
2025-09-28 21:45Merge pull request #6 from aarondill/signal-paramMatt Colligan
2025-09-18 20:03fix: add signal handler int paramAaron Dill
2025-02-22 14:19Merge pull request #5 from aarondill/masterMatt Colligan
2025-02-01 13:43fix: Only jump each axis if it's enabledAaron Dill
2024-05-04 11:48Merge pull request #4 from limasierra/masterMatt Colligan
2024-05-04 12:06xoop.c: corrected usage of fprintf (also fixes compiler warning)Laurent Seiler
2024-05-04 12:05Readme: Added required libs (for Ubuntu 23.10)Laurent Seiler
2024-05-04 12:05Makefile: Split CFLAGS into CFLAGS + LDLIBSLaurent Seiler
2020-10-07 22:58add man pagemcol
2020-10-07 22:48add licensemcol
2020-10-06 16:10update readme to reference flat torus and videomcol
2020-10-06 15:11convert barrier creation to xcbmcol
2020-10-06 01:52rewrite using Xlib's XFixesCreatePointerBarrier instead of a windowmcol
2020-10-04 19:35add contact to readmemcol
2020-09-03 20:11update readmemcol
2020-09-03 19:43add -x and -y opts to loop only 1 axismcol
2020-08-29 00:09update dimensions when resetting windowmcol
2020-08-23 19:01move debug mode into runtime flagmcol
2020-08-23 16:53Reset window shape when screens are changedmcol
2020-08-09 23:32set _NET_WM_STATE_ABOVEmcol
2020-08-05 13:30make comment about X11 and dep in readmemcol
2020-08-04 20:32add uninstall to readmemcol
2020-08-04 20:13add caveat to readmemcol
2020-08-04 18:30reformat readme into plain textmcol
2020-08-04 18:26debug: make window visible and print eventsmcol
2020-08-04 18:05format readmemcol
2020-07-15 19:46always clean before buildingmcol
2020-07-15 19:31make atom reply variabe names more descriptivemcol
2020-07-15 18:53DEBUG: always print window entry coordinatesmcol
2020-07-15 18:42add jazzy ascii to readmemcol
2020-04-20 13:04fix uninstall pathmcol
2020-04-20 13:03move stack_move and wm_name settings into set_window_typemcol
2020-04-20 12:45add simple signal handling to clean X connectionmcol
2020-04-20 12:44update program name in makefile installmcol
2020-04-20 12:28explicitly include stdiomcol
2020-04-20 12:27add help message optionmcol
2020-04-20 12:20add argparsing with forking optionmcol
2020-04-20 11:22set window type to dock and request to be in all desktopsmcol
2020-04-18 21:07fix readme formattingmcol
2020-04-18 21:05add license header to sourcemcol
2020-04-18 21:03add readmemcol
2020-04-18 20:58remove old testing importsmcol
2020-04-18 20:56add debug make targetmcol
2020-04-18 19:55Warp cursor to opposite end of screen when entering windowmcol
2020-04-18 19:17squeeze formatting to take up less spacemcol
2020-04-18 18:41tidy class name into topmcol
2020-04-18 18:41Set window shape as 1px inside border of screenmcol
2020-04-18 14:58rename as xoopmcol
2020-04-18 14:57translate to XCB and organise partsmcol
2020-04-17 22:56Create WM-unmanaged InputOnly window to move mouse upon entrymcol