aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
AgeCommit message (Expand)Author
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
2016-01-08Unescape string after doing var replacementMikkel Oscar Lyderik
2016-01-07Implement bindsym --releaseMikkel Oscar Lyderik
2016-01-06Merge pull request #434 from mikkeloscar/detect-modifierDrew DeVault
2016-01-05Only send modifier event once for active modifiersMikkel Oscar Lyderik
2016-01-05Move modifier name table to common/util.cMikkel Oscar Lyderik
2016-01-05Send IPC modifier event on bar_modifier up/downMikkel Oscar Lyderik
2016-01-05Return focus to fullscreen viewcrondog
2016-01-03swaybar: Implement binding_mode_indicatorMikkel Oscar Lyderik
2015-12-31split togglecrondog
2015-12-30Dont try and fullscreen a workspace with no viewscrondog
2015-12-29Handle SIGTERM sent to swayMikkel Oscar Lyderik
2015-12-22Initialize id, part twoDrew DeVault
2015-12-22Initialize IDDrew DeVault
2015-12-21Merge pull request #393 from robotanarchy/musl-libc-compatibilityDrew DeVault
2015-12-22replace non-standard qsort_r with qsortrobotanarchy
2015-12-21Trigger event on bar mode|hidden_state commandsMikkel Oscar Lyderik
2015-12-21Handle bar commands outside config fileMikkel Oscar Lyderik
2015-12-18Fix default workspace name generationDrew DeVault