Commit graph

15 commits

Author SHA1 Message Date
Skia
1a450b0191 Turn 'get_outputs' into 'get_active_outputs' 2021-02-11 19:08:10 +01:00
Skia
9200db526a Don't use well-typed structs anymore
This can lead to maintainance problems if `sway` decides to change a
structure by only a field that we don't even use.
This seems to already happen if you have an output declared in your `sway`
configuration that is unplugged.
2021-02-11 11:59:34 +01:00
Skia
e2f59801d0 Allow moving focused container across outputs 2021-01-15 01:15:29 +01:00
Skia
776bf3aaf0 Remove unused 'get_current_workspace_name' 2021-01-15 01:12:26 +01:00
Skia
8a6a727b69 Move 'get_workspaces' to its own function 2021-01-15 01:11:32 +01:00
Skia
84820a07d0 Move 'get_outputs' to a separate function 2021-01-15 01:07:17 +01:00
Skia
38d685b252 Add debugging capabilities to the structs 2021-01-15 01:06:43 +01:00
nabos
c3adaa58ff Added unbindsym and encourage modularity (#1)
Avoid repetition

Describing modularity

Added unbindsym to encourage modularity

Co-authored-by: Nabos <nabos@glargh.fr>
Reviewed-on: https://git.hya.sk/skia/swaysome/pulls/1
2021-01-06 16:55:04 +01:00
Skia
b0256ed023 Add README 2021-01-06 11:50:25 +01:00
Skia
efc0fe474f Add 'init' command 2021-01-06 11:40:27 +01:00
Skia
81d3d6f2d4 Improve a bit error handling 2021-01-06 11:40:00 +01:00
Skia
9b8a86dbe3 Make some clean up 2021-01-06 11:39:44 +01:00
Skia
992800800b First 'working' version 2020-12-26 04:28:06 +01:00
Skia
2a7a77b0ab Add read_msg 2020-12-26 03:13:37 +01:00
Skia
7ef8a7ccc1 First 2020-12-23 18:29:31 +01:00