Commit Graph

  • 0bd375da12 Add build manifest for Arch & put build status badge in README.md Tassilo Horn 2021-02-06 21:24:05 +0100
  • 0c33f4ca50 Update homepage; release 0.0.9 Tassilo Horn 2021-02-04 21:23:03 +0100
  • f301c218b2 Update README Tassilo Horn 2021-02-04 21:21:56 +0100
  • 2de2b71153 Mention bug tracker in README.md Tassilo Horn 2021-01-31 12:19:53 +0100
  • 26aeddd34e Some simplifications; release v0.0.8 Tassilo Horn 2021-01-24 19:18:12 +0100
  • b8c0799ffc Don't get into a restart loop if swaymsg monitor process exited Tassilo Horn 2021-01-24 17:55:00 +0100
  • 755d452e01 Release 0.0.7 Tassilo Horn 2021-01-24 12:34:34 +0100
  • dcfe4ccc99 Fix ConEvent deserialization issue Tassilo Horn 2021-01-24 12:28:51 +0100
  • 47d47f47f5 Display swayr/swaymsg commands in bold Tassilo Horn 2021-01-24 12:16:27 +0100
  • f7a0ca24f5 New subcommand execute-swayr-command Tassilo Horn 2021-01-24 12:07:45 +0100
  • a645d067b0 New subcommand quit-workspace-or-window Tassilo Horn 2021-01-24 10:30:16 +0100
  • 1ce548ce3d Update README.md; release 0.0.6 Tassilo Horn 2021-01-24 00:16:49 +0100
  • f29c5277f9 Use wofi --parse-search in order not to match pango markup Tassilo Horn 2021-01-24 00:00:05 +0100
  • 955cd1a9d0 Release 0.0.5 Tassilo Horn 2021-01-23 23:47:01 +0100
  • 30770c8e5c Fix a deserialization error with workspace events Tassilo Horn 2021-01-23 23:45:40 +0100
  • a17271a918 New subcommand switch-workspace-or-window Tassilo Horn 2021-01-23 22:44:25 +0100
  • d7be7cecbb Some refinements Tassilo Horn 2021-01-23 21:12:03 +0100
  • aef14305f8 New subcommand execute-swaymsg-command Tassilo Horn 2021-01-23 18:43:22 +0100
  • 3c2e6d46a3 Release 0.0.4 Tassilo Horn 2021-01-23 01:02:38 +0100
  • 6b872e2237 Add switch-workspace subcommand Tassilo Horn 2021-01-23 01:00:53 +0100
  • 8530b78d97 Reorganize a bit Tassilo Horn 2021-01-22 22:28:25 +0100
  • 12f8da1bb0 Refactor and improve Tassilo Horn 2021-01-22 21:39:54 +0100
  • e942037931 Update README.md Tassilo Horn 2021-01-22 18:50:27 +0100
  • f9029af82d New quit-window command Tassilo Horn 2021-01-22 17:13:54 +0100
  • 3bf88f2782 Add error message Tassilo Horn 2021-01-22 15:46:21 +0100
  • 5f58046319 Don't panic the window event handler thread on unexpected messages Tassilo Horn 2021-01-22 14:41:36 +0100
  • 4d2a5846b6 Release 0.0.3 Tassilo Horn 2021-01-22 13:24:48 +0100
  • 08b66cf8ff Fix markup syntax error Tassilo Horn 2021-01-22 13:24:19 +0100
  • d366a96806 Release 0.0.2 Tassilo Horn 2021-01-22 10:23:14 +0100
  • 50acfc2119 Fix demon crash when off-screen windows are created Tassilo Horn 2021-01-22 10:17:57 +0100
  • 5f573ccb71 Display urgent windows with red background Tassilo Horn 2021-01-22 10:04:16 +0100
  • 19f24d3a39 Add README.md, complete Cargo.toml, add license, etc. Tassilo Horn 2021-01-21 22:12:12 +0100
  • 8cd4674c15 Add command line options Tassilo Horn 2021-01-21 21:48:56 +0100
  • 03e190067b Minor changes Tassilo Horn 2021-01-21 19:00:27 +0100
  • a3e77587ff Add missing Border variant Tassilo Horn 2021-01-21 16:48:23 +0100
  • 7184747a5f More, more, more... Tassilo Horn 2021-01-21 16:30:26 +0100
  • aa1fadd6fd Window switcher seems to work Tassilo Horn 2021-01-20 22:42:50 +0100
  • 0291efa989 wofi_select works Tassilo Horn 2021-01-20 18:46:01 +0100
  • eccc0c5c3c Started wofi selection Tassilo Horn 2021-01-20 17:19:01 +0100
  • d773db3b61 Delete stale socket on restart (and more) Tassilo Horn 2021-01-20 08:11:35 +0100
  • 07e64338b3 Client can get window props from demon Tassilo Horn 2021-01-17 21:05:18 +0100
  • 94cb31baa5 Open Unix socket for handling clients Tassilo Horn 2021-01-17 11:22:38 +0100
  • 25eaa19998 Forgot to add demon.rs; Make event recording work Tassilo Horn 2021-01-17 10:36:39 +0100
  • 33ac104836 Move event handler to separate module Tassilo Horn 2021-01-17 09:49:57 +0100
  • 131051a69f Make the window event subscription and JSON parsing work Tassilo Horn 2021-01-16 22:35:08 +0100
  • 60eef662ba Started swayrd Tassilo Horn 2021-01-15 22:13:18 +0100
  • a767e2d0ba ... Tassilo Horn 2021-01-13 21:09:57 +0100
  • a4a435de54 Split into modules/files Tassilo Horn 2021-01-13 17:38:45 +0100
  • c060d05a23 Don't warn about unused struct fields in the IPC interface Tassilo Horn 2021-01-13 16:48:41 +0100
  • 84822ec645 Make it compile and work Tassilo Horn 2021-01-13 16:33:03 +0100
  • 0c3f87531e Init Tassilo Horn 2021-01-13 14:58:41 +0100