Mikkel Oscar Lyderik
da567317ab
Make pango: prefix optional for font config
9 years ago
Mikkel Oscar Lyderik
e2774aee3c
Add default border colors
9 years ago
Drew DeVault
b903f7f655
Implement some more on borders
...
Note that this segfaults ALL THE TIME in wlc code. Paging @Cloudef for
help, I'm at a loss.
9 years ago
Drew DeVault
a8e084433d
Window borders proof of concept
9 years ago
Drew DeVault
4611bba3db
Initial setup of window border rendering
...
Please don't complain to me about the performance of this
9 years ago
Drew DeVault
c3a5e00b6e
Merge pull request #553 from Hummer12007/master
...
Fix a typo in swaygrab manual
9 years ago
Hummer12007
f648b33897
Fix a typo in swaygrab manual
9 years ago
Drew DeVault
b7b734f311
Merge pull request #549 from Hummer12007/patch-1
...
Add -R option to getopt opt_string
9 years ago
Hummer12007
24cc12e043
Added -R option to getopt opt_string
9 years ago
Drew DeVault
6f53322774
Update default config
9 years ago
Drew DeVault
eacf3d0396
Loosen restrictions on commands, update docs
...
Closes #531
9 years ago
Drew DeVault
59a1c5c28c
Update sway(1)
9 years ago
Drew DeVault
84b4a057c3
Squash warning about uninitialized variable
9 years ago
Drew DeVault
8d5abac87d
Update default config to suggest include
9 years ago
Drew DeVault
504a88434f
Merge pull request #546 from mikkeloscar/include-handle-dir
...
Don't try to read config if not a file.
9 years ago
Mikkel Oscar Lyderik
cdc73fd95e
Don't try to read config if not a file.
9 years ago
Drew DeVault
3b849ce5a6
Merge pull request #544 from mikkeloscar/add-include-command
...
Add include command
9 years ago
Mikkel Oscar Lyderik
44ea92ea60
Add config path to error msg
9 years ago
Mikkel Oscar Lyderik
b5f34cc27d
Load correct config on reload
9 years ago
Mikkel Oscar Lyderik
39df452dc1
Document include command
9 years ago
Mikkel Oscar Lyderik
71a5350b68
Implement include command
...
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
9 years ago
Drew DeVault
3da269b78a
Update README.md
9 years ago
Drew DeVault
dbaeae11ce
Update README.md packaging info
9 years ago
Drew DeVault
838db8e5db
Fix link to PGP key
9 years ago
Drew DeVault
9a86490a38
Merge pull request #543 from fluxchief/master
...
Add graphical feedback to swaylock (#526 )
9 years ago
Kevin Hamacher
fb6dcce2ad
Add graphical feedback to swaylock ( #526 )
9 years ago
Drew DeVault
56838587e1
Merge pull request #538 from nuew/display-images
...
Add choice of display to --image.
9 years ago
Nuew
328e031095
Replace with in swaylock
9 years ago
Ethan
df57d1b702
Merge branch 'master' into display-images
9 years ago
Nuew
34009205e9
Change 'display' to 'output' in swaylock error messages where necessary
9 years ago
Nuew
644c13de77
Change 'display' to 'output' in swaylock docs where necessary
9 years ago
Dominique Martinet
234932723c
CMake: add missing wlc include dir for common and swaygrab
9 years ago
Nuew
0aa4383c9a
Add choice of display to --image.
...
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.
9 years ago
Drew DeVault
dcf5c67681
Merge pull request #537 from mikkeloscar/exit-on-config-missing
...
Gracefully exit when config is not found
9 years ago
Mikkel Oscar Lyderik
938ff29b7b
Gracefully exit when config is not found
...
This makes sure that sway will gracefully exit if the config is not
found or sway is unable to read it.
9 years ago
Drew DeVault
06107bb44e
Make the nvidia warning louder
9 years ago
Drew DeVault
f590acc84c
Merge pull request #536 from jcaesar/master
...
swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key.
9 years ago
Julius Michaelis
956ca66d2c
swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key.
9 years ago
Drew DeVault
fb4fdf5336
Update README
9 years ago
Drew DeVault
fd061d4dc4
Don't set WLC_DIM on startup
9 years ago
Drew DeVault
5c85c018b4
Update to new WLC API
9 years ago
Drew DeVault
686530d5e8
Merge pull request #535 from mikkeloscar/fix-swaylock-crash
...
swaylock: Fix crash when unable to connect to sway
9 years ago
Mikkel Oscar Lyderik
a8f989c651
swaylock: Fix crash when unable to connect to wl
...
Prevent swaylock from crashing when it can't connect to wayland for
whatever reason. i.e. XDG_RUNTIME_DIR not set.
Fix #534
9 years ago
Drew DeVault
a99970d7a3
Merge pull request #530 from mikkeloscar/swaybar-kill-on-sway-crash
...
swaybar: Abort when receiving 0 bytes in IPC call
9 years ago
Mikkel Oscar Lyderik
1d010afbf7
Abort when receiving 0 bytes in IPC call
...
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
9 years ago
Drew DeVault
4ce1ab8a26
Merge pull request #527 from gkbrk/swaylock_password_grow
...
swaylock: Grow the password buffer
9 years ago
Gökberk Yaltıraklı
50c052e2f3
swaylock: Grow the password buffer
9 years ago
Drew DeVault
ca400e84f5
Merge pull request #525 from mikkeloscar/fix-clang-warning
...
Use correct type for keycode
9 years ago
Drew DeVault
599d6ab651
Merge pull request #524 from mikkeloscar/smart-gaps
...
Implement 'smart_gaps' feature from i3-gaps
9 years ago
Mikkel Oscar Lyderik
c1f91c4f5e
Use correct type for keycode
9 years ago