Commit graph

61 commits

Author SHA1 Message Date
Almarhoon Ibraheem
8f3c8fc089 add example for workspace groups 2024-09-27 08:12:19 +03:00
Almarhoon Ibraheem
a0cbbc20b9 delete guix manifest file 2024-09-27 07:58:17 +03:00
Almarhoon Ibraheem
5e7e2857b9 readme fixes referring to guile-swayer rather than swayipc 2024-09-27 07:57:33 +03:00
Ebeem
b0666e08dd
Merge pull request #3 from wrest64/master
add guix package
2024-08-03 22:21:47 +03:00
mrh
5eb1992bc2 add guix package 2024-08-03 13:51:57 -04:00
Almarhoon Ibraheem
9c962281f4 use guile path from environment 2024-08-03 18:32:55 +03:00
Almarhoon Ibraheem
91428168f3 document changes in sway socket connection 2024-08-03 18:31:23 +03:00
Ebeem
8133372fba
Merge pull request #2 from wrest64/master
move socket connects into functions
2024-08-03 18:15:23 +03:00
mrh
56d5dc7a56 move socket connects into functions 2024-08-03 10:19:25 -04:00
Ebeem
55dcd11555
Create LICENSE 2024-07-11 23:29:18 +03:00
Almarhoon Ibraheem
f3276427a3 add layouts to readme 2024-07-11 21:12:56 +03:00
Almarhoon Ibraheem
8dd88ea12d improve the quality of which key gif 2024-07-11 21:12:36 +03:00
Almarhoon Ibraheem
81ec835929 [wip] initial example of alternating layout 2024-07-11 20:41:03 +03:00
Almarhoon Ibraheem
a9f4e26432 [wip] initial alternating layout 2024-07-11 20:40:15 +03:00
Almarhoon Ibraheem
f66bdb08d6 add sway tree helper to simplify manipulation of sway tree 2024-07-11 20:39:24 +03:00
Almarhoon Ibraheem
58f2453c14 insert double quotes in in criteria values 2024-07-09 12:53:16 +03:00
Almarhoon Ibraheem
c49ba1f650 export sway-mark from dispatcher 2024-07-09 08:18:17 +03:00
Almarhoon Ibraheem
d3cd64ce3c add optional parameter in dispatcher to return command as a string 2024-07-09 07:56:42 +03:00
Almarhoon Ibraheem
4c160d1d70 fix resizing dispatch command 2024-07-02 20:49:57 +03:00
Almarhoon Ibraheem
67e35225b6 revert example.scm 2024-06-27 00:26:04 +03:00
Almarhoon Ibraheem
33d3073a82 fix which-key preview 2024-06-26 21:06:40 +03:00
Almarhoon Ibraheem
1e73d196de add previews and which key section in readme 2024-06-26 21:05:29 +03:00
Almarhoon Ibraheem
b8ab551ca0 fix general dependency in which-key 2024-06-26 19:23:37 +03:00
Almarhoon Ibraheem
5d24a2dfd7 rename project to guile-swayer 2024-06-26 19:01:58 +03:00
Almarhoon Ibraheem
c686dd7a0e export all modules under sjson and swayipc 2024-06-26 00:46:06 +03:00
Almarhoon Ibraheem
3511abd7d4 export all modules under sjson and swayipc 2024-06-26 00:45:38 +03:00
Almarhoon Ibraheem
d5a0d68c0b fix documentation 2024-06-26 00:02:30 +03:00
Almarhoon Ibraheem
d2ba3b7a8c fix documentation typos 2024-06-25 00:12:03 +03:00
Almarhoon Ibraheem
f7f0b56743 rename dispatch-commands to sway-dispatch-commands 2024-06-23 21:11:54 +03:00
Almarhoon Ibraheem
7cc1b68b4f fix readme typo 2024-06-23 20:52:51 +03:00
Almarhoon Ibraheem
f44250dd2c fix readme project structure heading 2024-06-23 20:52:06 +03:00
Almarhoon Ibraheem
f0b797bc72 restructure files 2024-06-23 20:50:39 +03:00
Almarhoon Ibraheem
fe452abe5a improve variable naming 2024-06-23 19:27:00 +03:00
Almarhoon Ibraheem
08339179d7 use nop in general 2024-06-23 00:24:05 +03:00
Almarhoon Ibraheem
b0731b8581 remove todo from which key 2024-06-23 00:11:24 +03:00
Almarhoon Ibraheem
0efaa3b618 add which-key module 2024-06-23 00:10:51 +03:00
Almarhoon Ibraheem
8c04be22a9 drop the commander and use sway binding event for keybidnings 2024-06-22 19:49:34 +03:00
Almarhoon Ibraheem
11b12dbd9f handle cases where current workspace is unknown 2024-06-22 14:04:14 +03:00
Almarhoon Ibraheem
ee8513ebec handle and log exceptions from general commander 2024-06-22 14:03:48 +03:00
Almarhoon Ibraheem
672beab59b add more information about workspace groups module in readme 2024-06-19 17:25:46 +03:00
Almarhoon Ibraheem
88b8acd1f1 add more information about workspace groups module in readme 2024-06-19 17:24:01 +03:00
Almarhoon Ibraheem
f8c156e734 add exec function to readme 2024-06-18 21:00:31 +03:00
Almarhoon Ibraheem
ae09bf465e add auto-reload module 2024-06-18 20:45:41 +03:00
Almarhoon Ibraheem
c1e67d46bf fix typo 2024-06-18 19:36:24 +03:00
Almarhoon Ibraheem
113a663ab4 include more information about general.scm 2024-06-18 19:22:01 +03:00
Almarhoon Ibraheem
860cc99be7 improve readme 2024-06-18 19:17:58 +03:00
Almarhoon Ibraheem
560546951a add an easier example to quickly test the functionality 2024-06-18 19:05:48 +03:00
Almarhoon Ibraheem
53ab77b3a9 improve documentation 2024-06-18 19:05:39 +03:00
Almarhoon Ibraheem
0472319c6c mark auto-reload and which-key todo 2024-06-18 17:15:44 +03:00
Almarhoon Ibraheem
dcb4a7ef2c add a standard configure function to modules 2024-06-18 15:21:36 +03:00