aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-03Add swaylock protocol, add resource destructorsDrew DeVault
This prevents sway crashing if swaybg or swaybar dies.
2015-12-03Revert "Remove build badge (Travis is broken, not sway)"Drew DeVault
This reverts commit 297d8b3f02a97c8b23fedd4185016e785f7e2fda.
2015-12-02Merge pull request #293 from christophgysin/responseDrew DeVault
swaymsg: add newline after response
2015-12-02Merge pull request #294 from christophgysin/matchDrew DeVault
Fix using last output config if none matched
2015-12-02Fix using last output config if none matchedChristoph Gysin
2015-12-02swaymsg: add newline after responseChristoph Gysin
2015-12-02Merge pull request #291 from christophgysin/libsDrew DeVault
cmake: build common code only once
2015-12-02cmake: build common code only onceChristoph Gysin
This creates (static) libraries for protocols/, common/, and wayland/.
2015-12-02Merge pull request #290 from christophgysin/cmakeDrew DeVault
cmake: fix indentation and manpage dependencies
2015-12-02cmake: fix manpage dependenciesChristoph Gysin
fixes #289
2015-12-02cmake: fix indentationChristoph Gysin
2015-12-01Fix for_window [...] move scratchpad correctlyDrew DeVault
2015-12-01Revert "Fix bug with for_window [...] move scratchpad"Drew DeVault
This reverts commit 0796b0c475bb46095d14a5291d62dd8e7d098262.
2015-12-01Fix bug with for_window [...] move scratchpadDrew DeVault
2015-12-01Fix busted install of /etc/sway/configDrew DeVault
2015-12-01Merge pull request #287 from christophgysin/cmakeDrew DeVault
cmake: extract config from toplevel CMakeLists.txt
2015-12-01cmake: remove extra spaceChristoph Gysin
2015-12-01cmake: remove subprojectsChristoph Gysin
2015-12-01cmake: extract swayChristoph Gysin
2015-12-01cmake: extract add_manpage()Christoph Gysin
2015-12-01Remove build badge (Travis is broken, not sway)Drew DeVault
2015-12-01Update .gitignoreDrew DeVault
2015-12-01Merge pull request #285 from christophgysin/cmakeDrew DeVault
cmake configuration cleanup
2015-12-01Merge pull request #286 from mikkeloscar/wlc-origin-pointDrew DeVault
Use wlc_point instead of deprecated wlc_origin
2015-12-01Use wlc_point instead of deprecated wlc_originMikkel Oscar Lyderik
Struct was renamed in wlc, use the new name.
2015-12-01cmake: remove unnecessary quotesChristoph Gysin
2015-12-01cmake: remove old-style endif conditionChristoph Gysin
2015-12-01cmake: use out-of-source buildChristoph Gysin
2015-12-01cmake: separate C flags and preprocesser definitionsChristoph Gysin
2015-12-01cmake: use tabs instead of spacesChristoph Gysin
2015-12-01cmake: style consistencyChristoph Gysin
2015-12-01cmake: convert all cmake commands to lowercaseChristoph Gysin
2015-12-01Merge pull request #284 from gpyh/masterDrew DeVault
FALLBACK_CONFIG_DIR did not work. Fixed.
2015-12-01FALLBACK_CONFIG_DIR did not work. Fixed.Yacine Hmito
- Flag was ignored. Now it's taken into account. - Missing trailing slashes in path now behaves properly.
2015-11-30Merge pull request #281 from gpyh/masterDrew DeVault
Can customize fallback config directory
2015-12-01Can customize config fallback directoryYacine Hmito
CMake takes a `FALLBACK_CONFIG_DIR` flag which is the directory where the standard configuration file `config` is copied at installation. If loading from typical configuration directories fails, sway loads FALLBACK_CONFIG_DIR/config (/etc/sway/config by default).
2015-11-29Add framework for switching command setsDrew DeVault
This will allow the bar {} block to have a different command set (and also bar { colors { } }.
2015-11-29Add bar config struct and defaultsDrew DeVault
2015-11-29Merge pull request #278 from christophgysin/mergeDrew DeVault
cmd_output: Merge instead of replace output config
2015-11-29cmd_output: Merge instead of replace output configChristoph Gysin
2015-11-29config: Store 'enabled' as intChristoph Gysin
2015-11-29Merge pull request #277 from christophgysin/cmd_outputDrew DeVault
cmd_output: check for missing subcommand arguments
2015-11-29cmd_output: check for missing subcommand argumentsChristoph Gysin
2015-11-29Add text rendering support to wayland clientsDrew DeVault
2015-11-29Only strip comments at the start of a lineDrew DeVault
This is necessary because i3 config files use CSS notation for colors (i.e. #rrggbb).
2015-11-29Fix output adjustment for panelsDrew DeVault
2015-11-29Support desktop shell panels in compositorDrew DeVault
2015-11-29Add swaybar basicsDrew DeVault
This should make the bar open and appear as the panel, once sway supports panels. Right now it crashes sway!
2015-11-29Add swaybar subprojectDrew DeVault
2015-11-29Add suid instructions to readmeDrew DeVault