aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
AgeCommit message (Expand)Author
2016-04-29Fix -Wunused-result problemsDrew DeVault
2016-04-28Fix bindcode by offsetting xkb keycode by 8Mikkel Oscar Lyderik
2016-04-25Add title to nested tabbed/stacked containersMikkel Oscar Lyderik
2016-04-25Add support for nested tabbed/stacked containersMikkel Oscar Lyderik
2016-04-25Reapply prev layout when exiting tabbed/stackedMikkel Oscar Lyderik
2016-04-25Correctly determine default layoutMikkel Oscar Lyderik
2016-04-25Fix problems with floating windowsMikkel Oscar Lyderik
2016-04-25Tabbed and stacked layoutMikkel Oscar Lyderik
2016-04-24Renamed pango_markup config optionsMykyta Holubakha
2016-04-24Renamed to pango_markupMykyta Holubakha
2016-04-24Added plaintext markup configurationMykyta Holubakha
2016-04-03Add border color commandsKevin Hamacher
2016-04-02Fix spelling mistakesEric Engestrom
2016-03-31Add cmds new_window and new_floatMikkel Oscar Lyderik
2016-03-30Make pango: optional for bar fontMikkel Oscar Lyderik
2016-03-30Merge pull request #551 from mikkeloscar/window-bordersDrew DeVault
2016-03-30Allow surrounding spaces in mode nameMikkel Oscar Lyderik
2016-03-30Implement bordersMikkel Oscar Lyderik
2016-03-30Add border <none|normal|toggle|pixel> configMikkel Oscar Lyderik
2016-03-30Implement parsing of hide_edge_bordersMikkel Oscar Lyderik
2016-03-30Make pango: prefix optional for font configMikkel Oscar Lyderik
2016-03-27Loosen restrictions on commands, update docsDrew DeVault
2016-03-26Load correct config on reloadMikkel Oscar Lyderik
2016-03-26Implement include commandMikkel Oscar Lyderik
2016-03-20Merge pull request #525 from mikkeloscar/fix-clang-warningDrew DeVault
2016-03-20Use correct type for keycodeMikkel Oscar Lyderik
2016-03-20Implement 'smart_gaps' feature from i3-gapsMikkel Oscar Lyderik
2016-03-19Allow legal non-x11 keycodesMikkel Oscar Lyderik
2016-03-19Add config option workspace_layoutMikkel Oscar Lyderik
2016-03-18Don't strip quotes from exec argsMikkel Oscar Lyderik
2016-02-27Improve how swaybars are spawnedMikkel Oscar Lyderik
2016-02-27Make sway spawn only one bar per bar configMikkel Oscar Lyderik
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik
2016-02-25Prevent crash when showing scratchpad on new ws.Mikkel Oscar Lyderik
2016-02-08Squash trailing whitespaceMikkel Oscar Lyderik
2016-02-08Fix clang warningsMikkel Oscar Lyderik
2016-01-28commands: move position mousecrondog
2016-01-27font: Allow adding font to the config. In prep for border titlescrondog
2016-01-25Add quotes to multiword arguments.Mikkel Oscar Lyderik
2016-01-23Revert "s/numlen/log10/g"Drew DeVault
2016-01-23s/numlen/log10/gDrew DeVault
2016-01-23commands: Fix memory allocation in assignQuentin Glidic
2016-01-23commands: Fix usage of arrow in assignQuentin Glidic
2016-01-21Strip stray whitespaceMikkel Oscar Lyderik
2016-01-19libinputCole Mickens
2016-01-15cmd_assigncrondog
2016-01-11Strip quotes from workspace name v2Mikkel Oscar Lyderik
2016-01-11Strip quotes of each argv when handling commandMikkel Oscar Lyderik
2016-01-11Strip quotes from workspace name.Mikkel Oscar Lyderik
2016-01-09Add support for bincode commandMikkel Oscar Lyderik