aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Add default border colorsLibravatar Mikkel Oscar Lyderik2016-03-30
|
* Implement some more on bordersLibravatar Drew DeVault2016-03-30
| | | | | Note that this segfaults ALL THE TIME in wlc code. Paging @Cloudef for help, I'm at a loss.
* Window borders proof of conceptLibravatar Drew DeVault2016-03-30
|
* Initial setup of window border renderingLibravatar Drew DeVault2016-03-30
| | | | Please don't complain to me about the performance of this
* Merge pull request #553 from Hummer12007/masterLibravatar Drew DeVault2016-03-29
|\ | | | | Fix a typo in swaygrab manual
| * Fix a typo in swaygrab manualLibravatar Hummer120072016-03-29
|/
* Merge pull request #549 from Hummer12007/patch-1Libravatar Drew DeVault2016-03-28
|\ | | | | Add -R option to getopt opt_string
| * Added -R option to getopt opt_stringLibravatar Hummer120072016-03-28
|/
* Update default configLibravatar Drew DeVault2016-03-27
|
* Loosen restrictions on commands, update docsLibravatar Drew DeVault2016-03-27
| | | | Closes #531
* Update sway(1)Libravatar Drew DeVault2016-03-27
|
* Squash warning about uninitialized variableLibravatar Drew DeVault2016-03-27
|
* Update default config to suggest includeLibravatar Drew DeVault2016-03-26
|
* Merge pull request #546 from mikkeloscar/include-handle-dirLibravatar Drew DeVault2016-03-26
|\ | | | | Don't try to read config if not a file.
| * Don't try to read config if not a file.Libravatar Mikkel Oscar Lyderik2016-03-26
|/
* Merge pull request #544 from mikkeloscar/add-include-commandLibravatar Drew DeVault2016-03-26
|\ | | | | Add include command
| * Add config path to error msgLibravatar Mikkel Oscar Lyderik2016-03-26
| |
| * Load correct config on reloadLibravatar Mikkel Oscar Lyderik2016-03-26
| |
| * Document include commandLibravatar Mikkel Oscar Lyderik2016-03-26
| |
| * Implement include commandLibravatar Mikkel Oscar Lyderik2016-03-26
|/ | | | | | | | | | | | | | | | | | | | The include command (`include <path>`) makes it possible to include sub config files from the main config file (or from within other sub config files). The include command uses the following rules for including config files: * the `path` can be either a full path or a path that is relative to the parent config. Shell expansion is supported, so it's possible to do `include ~/.config/sway.d/*`. * The same config file can only be included once (to prevent include cycles). If a config is included multiple times it will just be ignored after it has been included once. * Including a sub config file is the same as inserting the content of that file into the parent config, thus rules about overwriting bindsyms etc. works the same as for a single config. Implement #542
* Update README.mdLibravatar Drew DeVault2016-03-25
|
* Update README.md packaging infoLibravatar Drew DeVault2016-03-25
|
* Fix link to PGP keyLibravatar Drew DeVault2016-03-25
|
* Merge pull request #543 from fluxchief/masterLibravatar Drew DeVault2016-03-25
|\ | | | | Add graphical feedback to swaylock (#526)
| * Add graphical feedback to swaylock (#526)Libravatar Kevin Hamacher2016-03-25
|/
* Merge pull request #538 from nuew/display-imagesLibravatar Drew DeVault2016-03-24
|\ | | | | Add choice of display to --image.
| * Replace with in swaylockLibravatar Nuew2016-03-24
| |
| * Merge branch 'master' into display-imagesLibravatar Ethan2016-03-24
| |\ | |/ |/|
* | CMake: add missing wlc include dir for common and swaygrabLibravatar Dominique Martinet2016-03-24
| |
| * Change 'display' to 'output' in swaylock error messages where necessaryLibravatar Nuew2016-03-24
| |
| * Change 'display' to 'output' in swaylock docs where necessaryLibravatar Nuew2016-03-24
| |
| * Add choice of display to --image.Libravatar Nuew2016-03-24
|/ | | | | | | | Additionally - Made background colors display when an image is enabled if a --color is specified. - Link CJson to swaylock. - Add the --socket option to swaylock.
* Merge pull request #537 from mikkeloscar/exit-on-config-missingLibravatar Drew DeVault2016-03-24
|\ | | | | Gracefully exit when config is not found
| * Gracefully exit when config is not foundLibravatar Mikkel Oscar Lyderik2016-03-24
|/ | | | | This makes sure that sway will gracefully exit if the config is not found or sway is unable to read it.
* Make the nvidia warning louderLibravatar Drew DeVault2016-03-24
|
* Merge pull request #536 from jcaesar/masterLibravatar Drew DeVault2016-03-24
|\ | | | | swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key.
| * swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key.Libravatar Julius Michaelis2016-03-24
|/
* Update READMELibravatar Drew DeVault2016-03-24
|
* Don't set WLC_DIM on startup0.1Libravatar Drew DeVault2016-03-24
|
* Update to new WLC APILibravatar Drew DeVault2016-03-24
|
* Merge pull request #535 from mikkeloscar/fix-swaylock-crashLibravatar Drew DeVault2016-03-23
|\ | | | | swaylock: Fix crash when unable to connect to sway
| * swaylock: Fix crash when unable to connect to wlLibravatar Mikkel Oscar Lyderik2016-03-23
|/ | | | | | | Prevent swaylock from crashing when it can't connect to wayland for whatever reason. i.e. XDG_RUNTIME_DIR not set. Fix #534
* Merge pull request #530 from mikkeloscar/swaybar-kill-on-sway-crashLibravatar Drew DeVault2016-03-22
|\ | | | | swaybar: Abort when receiving 0 bytes in IPC call
| * Abort when receiving 0 bytes in IPC callLibravatar Mikkel Oscar Lyderik2016-03-22
|/ | | | | | | | | | | When sway crashes a swaybar process is sometimes left behind running at 100% CPU. This was caused by the swaybar trying to retrieve an IPC response from the closed sway socket. This patch fixes the problem by aborting when the socket has been closed (recv return 0). Fix #528
* Merge pull request #527 from gkbrk/swaylock_password_growLibravatar Drew DeVault2016-03-21
|\ | | | | swaylock: Grow the password buffer
| * swaylock: Grow the password bufferLibravatar Gökberk Yaltıraklı2016-03-21
|/
* Merge pull request #525 from mikkeloscar/fix-clang-warningLibravatar Drew DeVault2016-03-20
|\ | | | | Use correct type for keycode
| * Use correct type for keycodeLibravatar Mikkel Oscar Lyderik2016-03-20
| |
* | Merge pull request #524 from mikkeloscar/smart-gapsLibravatar Drew DeVault2016-03-20
|\ \ | |/ |/| Implement 'smart_gaps' feature from i3-gaps
| * Implement 'smart_gaps' feature from i3-gapsLibravatar Mikkel Oscar Lyderik2016-03-20
|/