aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2015-12-13Make destroy_workspace behave as expectedKevin Hamacher
2015-12-13Correctly handle moving between fullscreen viewsDrew DeVault
2015-12-13Track the fullscreen view on a workspace swayc_tDrew DeVault
2015-12-13Fullscreen on top of barDrew DeVault
2015-12-12Implement invoking `sway` as IPC clientDrew DeVault
2015-12-12Merge pull request #300 from mikkeloscar/configure-mouse-btnDrew DeVault
2015-12-11Fix config.c strlen errorDrew DeVault
2015-12-11Add floating_modifier extension to manpageMikkel Oscar Lyderik
2015-12-11Make mouse key used for drag/resize configurableMikkel Oscar Lyderik
2015-12-05Merge pull request #292 from christophgysin/manDrew DeVault
2015-12-03Add swaylock protocol, add resource destructorsDrew DeVault
2015-12-02Fix using last output config if none matchedChristoph Gysin
2015-12-02move manpages to subfoldersChristoph Gysin
2015-12-02cmake: build common code only onceChristoph Gysin
2015-12-01Fix for_window [...] move scratchpad correctlyDrew DeVault
2015-12-01Revert "Fix bug with for_window [...] move scratchpad"Drew DeVault
2015-12-01Fix bug with for_window [...] move scratchpadDrew DeVault
2015-12-01Fix busted install of /etc/sway/configDrew DeVault
2015-12-01cmake: extract swayChristoph Gysin
2015-12-01Use wlc_point instead of deprecated wlc_originMikkel Oscar Lyderik
2015-12-01FALLBACK_CONFIG_DIR did not work. Fixed.Yacine Hmito
2015-12-01Can customize config fallback directoryYacine Hmito
2015-11-29Add framework for switching command setsDrew DeVault
2015-11-29Add bar config struct and defaultsDrew DeVault
2015-11-29Merge pull request #278 from christophgysin/mergeDrew DeVault
2015-11-29cmd_output: Merge instead of replace output configChristoph Gysin
2015-11-29config: Store 'enabled' as intChristoph Gysin
2015-11-29cmd_output: check for missing subcommand argumentsChristoph Gysin
2015-11-29Only strip comments at the start of a lineDrew DeVault
2015-11-29Fix output adjustment for panelsDrew DeVault
2015-11-29Support desktop shell panels in compositorDrew DeVault
2015-11-29Merge pull request #274 from sce/fix_stray_floatsDrew DeVault
2015-11-29Merge pull request #276 from sce/earlier_loggingDrew DeVault
2015-11-29Merge pull request #275 from christophgysin/cmd_outputDrew DeVault
2015-11-29Merge pull request #269 from christophgysin/usageDrew DeVault
2015-11-29main: Setup logging before wlc_init.S. Christoffer Eliesen
2015-11-29cmd_output: Log enable/disable stateChristoph Gysin
2015-11-29apply_output_config: use list_seq_find() to find configChristoph Gysin
2015-11-29cmd_output: Use list_seq_find() to find matching configChristoph Gysin
2015-11-29cmd_output: Cleanup cmd_output argument handlingChristoph Gysin
2015-11-29cmd_floating: Don't add non-float as sibling to float.S. Christoffer Eliesen
2015-11-28Fix option parsingChristoph Gysin
2015-11-28sway: Add --help option that prints usageChristoph Gysin
2015-11-28sway: Print usage and exit on unknown optionsChristoph Gysin
2015-11-28Use macros for exit valuesChristoph Gysin
2015-11-28Add warnings about invalid output commandsMikkel Oscar Lyderik
2015-11-28sway/main: Move wlc init to after args are handled.S. Christoffer Eliesen
2015-11-28Allow output config for output named *Drew DeVault
2015-11-28Improve config file loadingDrew DeVault
2015-11-27workspace: Learn sticky.S. Christoffer Eliesen