aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands
Commit message (Expand)AuthorAge
* swaybar: implement tray configLibravatar Ian Fan2018-12-31
* hide_cursor: change to a seat subcommandLibravatar Brian Ashworth2018-12-30
* Revamp seat configsLibravatar Brian Ashworth2018-12-29
* swaybar: fix focused_statusline color parsing.Libravatar Rune Morling2018-12-29
* Implement hide_cursor <timeout> commandLibravatar Brian Ashworth2018-12-25
* Change mouse buttons to x11 map and libevdev namesLibravatar Brian Ashworth2018-12-25
* Combine output_by_name and output_by_identifierLibravatar Brian Ashworth2018-12-20
* Return success when renaming a workspace to itselfLibravatar Ryan Dwyer2018-12-18
* cmd_split: add null checks in do_splitLibravatar Brian Ashworth2018-12-17
* list.c: rename free_flat_list to list_free_items_and_destroyLibravatar Ian Fan2018-12-09
* Cleanup list codeLibravatar Ian Fan2018-12-09
* list.c: Remove list_foreachLibravatar Ian Fan2018-12-09
* cmd_split: flatten when possibleLibravatar Brian Ashworth2018-12-05
* cmd_focus: show scratchpad if hiddenLibravatar Brian Ashworth2018-12-03
* Add option to bindsym/bindcode to suppress warning on overrideLibravatar Alex Maese2018-12-02
* Fix the error result of the fullscreen commandLibravatar mwenzkowski2018-11-29
* Implement bar gapsLibravatar Brian Ashworth2018-11-28
* Merge pull request #3212 from martinetd/move_floatingLibravatar Brian Ashworth2018-11-28
|\
| * move to workspace: fix moving floating container to non-empty workspaceLibravatar Dominique Martinet2018-11-29
* | Introduce a way to show config warnings in swaynagLibravatar Brian Ashworth2018-11-28
|/
* Change execute_command to return a list of resultsLibravatar Brian Ashworth2018-11-27
* Merge pull request #3185 from emersion/remove-xopen-sourceLibravatar Ryan Dwyer2018-11-26
|\
| * Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* | Implement title alignmentLibravatar Brian Ashworth2018-11-25
* | resize set: add assertion for an invalid unitLibravatar Konstantin Pospelov2018-11-25
* | resize set: fix units for floating containersLibravatar Konstantin Pospelov2018-11-25
|/
* Adding commands for configuring titlebar borders and paddingLibravatar Florent de Lamotte2018-11-22
* Merge pull request #3083 from c-edw/feature/StripWorkspaceNameLibravatar emersion2018-11-19
|\
| * Implement strip_workspace_name.Libravatar Connor E2018-11-17
* | Add scroll factor config option.Libravatar Spencer Michaels2018-11-18
* | Use #if instead of #ifdefLibravatar emersion2018-11-18
* | Merge pull request #3142 from RyanDwyer/move-view-propertiesLibravatar Drew DeVault2018-11-17
|\ \
| * | Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* | | commands/resize: fix grow vars uninitializedLibravatar Cole Mickens2018-11-17
|/ /
* | resize set: convert ppt to px for floating containersLibravatar Trevor Slocum2018-11-16
* | Fix unused function in swap commandLibravatar emersion2018-11-14
* | Use #if instead of #ifdef for WLR_HAS_*Libravatar emersion2018-11-12
* | cmd_ws_auto_back_and_forth: fix negationLibravatar Brian Ashworth2018-11-11
* | Allow multiple outputs for workspace outputLibravatar Brian Ashworth2018-11-11
* | Use parse_boolean where possible.Libravatar Connor E2018-11-10
* | resize set: implement width and height keywordsLibravatar Brian Ashworth2018-11-08
* | Fix building with clangLibravatar sghctoma2018-11-08
* | Implement per side and per direction outer gapsLibravatar Brian Ashworth2018-11-07
* | Add focus_follows_mouse always. (#3081)Libravatar Connor E2018-11-06
|/
* Add relative output transformLibravatar Ryan Walklin2018-11-05
* commands/exec_always: defer command on config validationLibravatar Rouven Czerwinski2018-11-05
* Fix focus_wrapping yesLibravatar Brian Ashworth2018-11-05
* gaps: Improve error reportingLibravatar mwenzkowski2018-11-04
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* Merge pull request #3040 from RyanDwyer/border-props-to-containerLibravatar Drew DeVault2018-11-01
|\