aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-12-26Add two commands to change default settingsHEADmainThomas Letan
2022-10-02Implement the commands to move windows to adjacent workspacesThomas Letan
2022-10-02Drop the infinite loop in favor of a line of windowsThomas Letan
2022-10-02Signal waybar before rearranging windowsThomas Letan
2022-10-02Ignore .install filesThomas Letan
2022-10-02Run 'pkill' in its own threadThomas Letan
2022-09-11Exit gracefully when Sway’s socket closesThomas Letan
2022-09-10Have a more intuitive ribbon’s filling strategyThomas Letan
2022-09-10Handle window’s renamingThomas Letan
2022-09-10Allow to take window’s name into account to assign an iconThomas Letan
2022-09-10Fade unfocused windowsThomas Letan
2022-08-31Implement a command that allows to move to a specific workspaceThomas Letan
2022-08-31Add the 'Get_workspaces' commandThomas Letan
2022-08-30Force to build in release modeThomas Letan
2022-08-30Introduce a command to jump to a given windowThomas Letan
2022-08-30Abstract polling ready file descriptors into a nice foldThomas Letan
2022-08-28Remove Lwt and use Poll insteadThomas Letan
2022-08-28Various tweaks before removing the Lwt layerThomas Letan
2022-08-27Add a command to fetch the list of windows in the current workspaceThomas Letan
2022-08-27Rename 'Spatial_sway_ipc' into 'Spatial_ipc'Thomas Letan
2022-08-27Make spatialmsg send commands to spatial instead of just codeThomas Letan
2022-08-27Move 'with_socket' in the 'Socket' moduleThomas Letan
2022-08-27Make 'Socket' more exception awareThomas Letan
2022-08-27Close ClapThomas Letan
2022-08-27Generalize the 'Socket' module to work with any magic stringThomas Letan
2022-08-25Fix closing the last window of a containerThomas Letan
2022-08-24Use the command-line argument parsing library Clap in the spatialmsgThomas Letan
2022-08-24Force focus on floating containerThomas Letan
2022-08-21Document the top-level module of the sway-ipc libraryThomas Letan
2022-08-21Ignore floating containersThomas Letan
2022-08-21Do not assume the magic string is read from the socket in one goThomas Letan
2022-08-21Document Json_decoder module and correctly license itThomas Letan
2022-08-21Turn Json_decoder.of_string exception-safeThomas Letan
2022-08-21License the source of this repository under the MPL 2.0Thomas Letan
2022-08-21Fix Json_decoder.( let* )Thomas Letan
2022-08-21Follow ocamlformat recommendation for a minimal .ocamlformat fileThomas Letan
2022-08-21Initial commitThomas Letan