Commit Graph

  • 73992a874a
    Merge pull request #16 from guidocella/killclient Devin J. Pohly 2020-07-23 15:24:01 -0500
  • ea73221b45 Add killclient Guido Cella 2020-07-23 20:30:25 +0200
  • 4a4a261111 let xdg be the plain "createnotify" Devin J. Pohly 2020-07-22 20:54:12 -0400
  • ce2c9e6660 xwayland is the exceptional case, let xdg be 0 Devin J. Pohly 2020-07-21 23:25:16 -0400
  • e10c575bc8 update README to reflect work on XWayland Devin J. Pohly 2020-07-21 18:53:38 -0400
  • a10357fae0 condense appid/title logic Devin J. Pohly 2020-07-21 18:47:30 -0400
  • a21c9378ee fix segfault on xwayland "appid" Devin J. Pohly 2020-07-21 18:43:26 -0400
  • 57fef50310
    xwayland: add server and basic window functionality (#10) Alexander Courtis 2020-07-22 08:35:46 +1000
  • 91b18d4d4d
    Add repeat delay and repeat rate to config.h (#13) Lauri Gustafsson 2020-07-02 23:41:12 +0300
  • e629feabaf note wlroots-git requirement Devin J. Pohly 2020-06-15 09:24:25 -0500
  • 728e0e5d71 clear correct focus on keyboard leave Devin J. Pohly 2020-06-15 09:22:25 -0500
  • 63f09d1f23
    Don't pass NULL surfaces to wlr focus functions (#8) Shugyousha 2020-06-14 11:05:21 +0200
  • df10c475ad Revert to @arp242's suggestion Devin J. Pohly 2020-06-07 12:07:50 -0500
  • 14063d58bb Handle missing XDG_RUNTIME_DIR explicitly Devin J. Pohly 2020-06-07 11:43:48 -0500
  • f19d00b94a move perrors earlier Devin J. Pohly 2020-06-07 11:42:43 -0500
  • da5b4d965d
    Add startup errors, mention XDG_RUNTIME_DIR in README Martin Tournoij 2020-06-07 14:50:50 +0800
  • 8c0afa7c73 send xdg_decoration configure right after create Devin J. Pohly 2020-06-07 01:11:46 -0500
  • 2598100d53 Implement xdg-decoration protocol Devin J. Pohly 2020-06-04 23:36:04 -0500
  • 5991cec0ff Write something more intuitive for focusclient() Devin J. Pohly 2020-06-03 19:45:40 -0500
  • 78187f5e65 document -qvd options Devin J. Pohly 2020-06-03 15:05:12 -0500
  • 525bf258e4 switch default term to alacritty Devin J. Pohly 2020-05-10 13:30:20 -0500
  • 67299a18a5 make sure freed listeners are removed from list Devin J. Pohly 2020-05-10 01:04:31 -0500
  • abab2ed92a remember export-dmabuf for when it's fixed in wlr Devin J. Pohly 2020-05-09 23:07:32 -0500
  • c6833cf93e add output manager protocol Devin J. Pohly 2020-05-09 23:01:30 -0500
  • 59d16e491a add screencopy support Devin J. Pohly 2020-05-09 22:48:19 -0500
  • 0bd4eb8ff3 add primary selection support too! Devin J. Pohly 2020-05-09 22:45:22 -0500
  • 0b0dd6b63c handle request set selection Devin J. Pohly 2020-05-09 22:30:20 -0500
  • 94bb68afe1 use wlr_xdg_surface.set_tiled correctly Devin J. Pohly 2020-05-09 14:50:31 -0500
  • cad233b605 initialize global listeners statically Devin J. Pohly 2020-05-09 10:05:34 -0500
  • 5817c917b6 abc Devin J. Pohly 2020-05-03 13:18:53 -0500
  • 323092d3ce remove vestigial listeners Devin J. Pohly 2020-05-03 13:18:10 -0500
  • 7212da059c no need for a line split here Devin J. Pohly 2020-05-03 12:41:15 -0500
  • 1a30d9908d no conditional needed for output modes Devin J. Pohly 2020-05-03 11:45:47 -0500
  • b19afa10f3 use strstr for monrules Devin J. Pohly 2020-05-03 11:39:48 -0500
  • 7afe152c47 add reminder comment Devin J. Pohly 2020-05-03 11:38:34 -0500
  • 1b87831e00 inline xytosurface Devin J. Pohly 2020-05-03 11:37:44 -0500
  • f7d2524435 split xytoclient and xytosurface Devin J. Pohly 2020-05-03 11:31:55 -0500
  • 835a46ef30 style Devin J. Pohly 2020-05-03 11:23:51 -0500
  • 1d0350fa3d refocus -> lastfocused Devin J. Pohly 2020-05-03 11:23:39 -0500
  • cf65fd8c9a raise client on refocus Devin J. Pohly 2020-05-03 00:55:00 -0500
  • 86d8cb1804 add client rules Devin J. Pohly 2020-05-03 00:48:12 -0500
  • 5de1cfbebf allow setmon to specify alternate tags Devin J. Pohly 2020-05-03 00:44:16 -0500
  • b10ef0e80a loop over array pointers directly Devin J. Pohly 2020-05-03 00:41:37 -0500
  • 2e7b5310b4 includes: abc Devin J. Pohly 2020-05-02 15:24:18 -0500
  • 3096d4eec1 set default cursor over window borders Devin J. Pohly 2020-05-02 15:22:07 -0500
  • ecdd012f6b sacrifice 24 lines to suckless style :) Devin J. Pohly 2020-05-02 15:21:36 -0500
  • 20ed6cb3d5 allow passing NULLs to xytoclient Devin J. Pohly 2020-05-02 14:43:28 -0500
  • 8c80f74513 remove outdated/fixed comment Devin J. Pohly 2020-05-02 14:33:24 -0500
  • 187d25e838 style: int instead of bool Devin J. Pohly 2020-05-02 14:32:23 -0500
  • d0df4d0d72 correct standard include for signal.h Devin J. Pohly 2020-05-02 10:42:51 -0500
  • 87f8e6687b include border in xytoclient Devin J. Pohly 2020-04-30 12:32:50 -0500
  • 2c134faa40 allow NULL surface with client in focus functions Devin J. Pohly 2020-04-30 11:37:04 -0500
  • 33b0236858 make move-grab coords client-relative Devin J. Pohly 2020-04-30 11:33:32 -0500
  • 3973ea5bfe unify movemouse/resizemouse Devin J. Pohly 2020-04-30 10:25:37 -0500
  • 53e71957f8 fix a long line Devin J. Pohly 2020-04-26 22:19:48 -0500
  • 40d0d0f829 wait to get window geometry until map time Devin J. Pohly 2020-04-26 22:18:39 -0500
  • 34d5045d84 use wlr_box for client geometry Devin J. Pohly 2020-04-26 22:12:08 -0500
  • a25ad1c327 call arrange only where needed Devin J. Pohly 2020-04-26 22:02:47 -0500
  • 499a43db74 funnel isfloating changes through setfloating() Devin J. Pohly 2020-04-26 21:55:49 -0500
  • ce5d116efd move comment where it's more relevant Devin J. Pohly 2020-04-26 21:42:45 -0500
  • aef34a5e7e update note about texture Devin J. Pohly 2020-04-26 21:37:06 -0500
  • dd50a3ee04 mouse move now changes window monitor Devin J. Pohly 2020-04-26 21:35:21 -0500
  • 19e712625f options to select log level Devin J. Pohly 2020-04-26 21:32:44 -0500
  • b2960e53de rename keyboardfocus() to focusclient() Devin J. Pohly 2020-04-26 20:17:47 -0500
  • 7094bcc5e3 integrate raiseclient into keyboardfocus Devin J. Pohly 2020-04-26 20:16:47 -0500
  • 6d5726e426 don't pass compositor button events to client Devin J. Pohly 2020-04-26 20:12:54 -0500
  • b025b7bdbd render windows across monitors Devin J. Pohly 2020-04-26 20:00:06 -0500
  • aa7020b344 abc Devin J. Pohly 2020-04-26 19:48:28 -0500
  • 8f02449cb4 funnel all monitor-moving through setmon() Devin J. Pohly 2020-04-26 19:47:38 -0500
  • 847cd4c488 I'm good with changing the loglevel here... Devin J. Pohly 2020-04-26 17:43:03 -0500
  • 309f6c96cf hang some stuff on ->data Devin J. Pohly 2020-04-26 17:22:21 -0500
  • ab51576556 linesaver in pointerfocus Devin J. Pohly 2020-04-26 14:47:23 -0500
  • cd6683e6a1 fix refocus on sendmon Devin J. Pohly 2020-04-26 14:11:44 -0500
  • 88f0ea343b make sure windows always overlap with their monitor Devin J. Pohly 2020-04-26 14:08:47 -0500
  • 48a8adb70a track window width/height Devin J. Pohly 2020-04-26 13:18:20 -0500
  • 5dd8a5f22f use wlr_box for monitor regions Devin J. Pohly 2020-04-26 12:41:33 -0500
  • 2fb9f53483 save lines in keyboardfocus Devin J. Pohly 2020-04-26 11:47:06 -0500
  • d34bf87dba don't unfocus when mouse leaves a window Devin J. Pohly 2020-04-26 11:34:47 -0500
  • 7f95c7736e thoughts for readme Devin J. Pohly 2020-04-25 23:53:24 -0500
  • a71f7f2957 update README Devin J. Pohly 2020-04-25 19:32:47 -0500
  • 6cad698517 fix multi-dpi scaling Devin J. Pohly 2020-04-25 01:18:28 -0500
  • 9b9ef0bae5 handle Ctrl-Alt-Bksp Devin J. Pohly 2020-04-24 08:37:34 -0500
  • b35c0f796e fix typo Devin J. Pohly 2020-04-24 07:51:13 -0500
  • c00da5eeb0 clarify keyboardfocus vs pointerfocus Devin J. Pohly 2020-04-24 00:12:11 -0500
  • 60f2c0b7de draw window borders Devin J. Pohly 2020-04-23 23:55:29 -0500
  • 6254bcd033 factor out scalebox() Devin J. Pohly 2020-04-23 23:52:27 -0500
  • 6e02b421cd note about cursor init Devin J. Pohly 2020-04-23 23:47:52 -0500
  • ee2b3af1ca configure monitor rotation/reflection Devin J. Pohly 2020-04-23 23:44:24 -0500
  • 47bbdc6034 resize/move are good now Devin J. Pohly 2020-04-23 23:33:42 -0500
  • 2cb526bbd9 add chvt function Devin J. Pohly 2020-04-23 23:14:15 -0500
  • eafd317eec update readme Devin J. Pohly 2020-04-23 23:13:47 -0500
  • 1870187d62 make space for window borders Devin J. Pohly 2020-04-23 22:56:27 -0500
  • fb6b16aeee change cursor during move and resize Devin J. Pohly 2020-04-23 22:38:06 -0500
  • 2f21445761 style in buttonpress Devin J. Pohly 2020-04-23 22:31:59 -0500
  • 288f6397fa simplify move/resizemouse functions Devin J. Pohly 2020-04-23 22:26:43 -0500
  • 073c35ae2f funnel all resizing through resize() Devin J. Pohly 2020-04-23 22:21:40 -0500
  • 60c887f3c0 use exit code macros everywhere Devin J. Pohly 2020-04-23 22:20:54 -0500
  • 84da7b4470 some comments and reminders Devin J. Pohly 2020-04-23 22:20:44 -0500
  • b7a21478d6 update README Devin J. Pohly 2020-04-23 21:58:01 -0500
  • 275badc707 factor out renderclients Devin J. Pohly 2020-04-23 21:53:48 -0500