Drew DeVault
|
a0315dc849
|
Merge pull request #675 from zandrmartin/add-workspace-sorting
Implement sort_workspaces() function for outputs.
|
9 years ago |
Zandr Martin
|
7df38ce9da
|
remove alphabetic sorting from sort_workspaces
also add a couple missing spaces to container.c (unrelated)
|
9 years ago |
Zandr Martin
|
c6c3a8e758
|
Implement sort_workspaces() function for outputs.
This seems to have resolved issue #669 for me.
|
9 years ago |
Drew DeVault
|
907283d230
|
Merge pull request #673 from zandrmartin/swaylock-no-unlock-indicator
add --no-unlock-indicator to swaylock
|
9 years ago |
Zandr Martin
|
54d38d3931
|
add --no-unlock-indicator to swaylock
|
9 years ago |
Drew DeVault
|
bcbef246d2
|
Merge pull request #672 from zandrmartin/add-ctrlu-to-swaylock
clear password buffer with ctrl-u in swaylock
|
9 years ago |
Zandr Martin
|
06e06f9af2
|
clear swaylock password buffer with esc
for i3lock compatibility
|
9 years ago |
Zandr Martin
|
ac4213a136
|
clear password buffer with ctrl-u in swaylock
also prevent screen redraws on modifier key presses
|
9 years ago |
Drew DeVault
|
508f481fbb
|
Merge pull request #671 from zandrmartin/fullscreen-focus
set focus on fullscreen view when changing focus
|
9 years ago |
Zandr Martin
|
164f384d83
|
set focus on fullscreen view when changing focus
|
9 years ago |
Mykyta Holubakha
|
16dc31f33b
|
Concatenate output cmd args, fixes #654
|
9 years ago |
Drew DeVault
|
290a15ca1b
|
Merge pull request #670 from sleep-walker/master
2 minor things
|
9 years ago |
Tomáš Čech
|
eda741d177
|
Match definition with declaration
|
9 years ago |
Tomáš Čech
|
2d73491a41
|
Add openSUSE Tumbleweed as distro with sway
|
9 years ago |
Drew DeVault
|
d5c004f997
|
Merge pull request #668 from mikkeloscar/rearrange-on-bg-change
Rearrange output when setting background
|
9 years ago |
Mikkel Oscar Lyderik
|
f33cdc0f2f
|
Remove stray whitespace
|
9 years ago |
Mikkel Oscar Lyderik
|
2eb02b6320
|
Rearrange output when setting background
Fix #659
|
9 years ago |
Drew DeVault
|
ae52511649
|
Merge pull request #666 from tajjada/fix-tabbed-stacked-borders
Fix borders for tabbed and stacked containers when children have 'border none' set.
|
9 years ago |
Jasen Borisov
|
870a7aaad9
|
Fix issue #661.
Borders are now drawn correctly (same behavior as i3) for tabbed and
stacked containers, when the children have 'border none' set.
|
9 years ago |
Drew DeVault
|
ae027aad5a
|
Merge pull request #662 from Hummer12007/scroll
Support floating_scroll sideways
|
9 years ago |
Mykyta Holubakha
|
e73dde3b10
|
Support floating_scroll sideways
|
9 years ago |
Drew DeVault
|
2c9553a6fd
|
Set Cairo and Pango as required dependencies
|
9 years ago |
Drew DeVault
|
d541a02461
|
Turn off ZSH completions by default
|
9 years ago |
Drew DeVault
|
6780aa34fc
|
Merge pull request #656 from SirCmpwn/revert-650-segfault
Revert "sway/container.c: fix segfault where view is assigned prematurely"
|
9 years ago |
Drew DeVault
|
5b0af661b0
|
Revert "sway/container.c: fix segfault where view is assigned prematurely"
|
9 years ago |
Drew DeVault
|
6436c4f783
|
Merge pull request #653 from Hummer12007/patch-1
README.md: add reference to Gentoo package
|
9 years ago |
Hummer12007
|
33a9854ee3
|
README.md: add reference to Gentoo package
|
9 years ago |
Drew DeVault
|
c7c2bf542a
|
Merge pull request #650 from neosilky/segfault
sway/container.c: fix segfault where view is assigned prematurely
|
9 years ago |
Daniel Lockyer
|
2fb4e5401c
|
sway/container.c: fix segfault where view is assigned prematurely
|
9 years ago |
Drew DeVault
|
8ee764e0c2
|
Merge pull request #649 from mikkeloscar/floating-layout
Prevent changing layout when focusing float window
|
9 years ago |
Mikkel Oscar Lyderik
|
c80ad015ff
|
Prevent changing layout when focusing float window
The layout command should only work with titled windows, thus it should
have no effect when a floating window has focus.
Should fix #643
|
9 years ago |
Drew DeVault
|
64db549c18
|
Merge pull request #648 from Hummer12007/relative_wallpaper
Allow to set relative path for wallpapers in config
|
9 years ago |
Mykyta Holubakha
|
500ee0a731
|
Allow to set relative path for wallpapers in config
|
9 years ago |
Drew DeVault
|
db0e1d6bc1
|
Merge pull request #645 from Hummer12007/floating_scroll
Implement configurable floating scroll behavior
|
9 years ago |
Mykyta Holubakha
|
0c495eecde
|
Remove FSB_GAPS_INNER and FSB_GAPS_OUTER
|
9 years ago |
Mykyta Holubakha
|
394a5d36cb
|
Documented floating_scroll
|
9 years ago |
Mykyta Holubakha
|
0423c41a0f
|
Implemented configurable floating scroll behavior
|
9 years ago |
Drew DeVault
|
6abdc07559
|
Merge pull request #638 from neosilky/memleak
sway/main.c: simplify free'ing by switching to the helper method
|
9 years ago |
Drew DeVault
|
db651a41f3
|
Merge pull request #639 from neosilky/freefix
sway/config.c: fix double free issue as we need to store path in list
|
9 years ago |
Daniel Lockyer
|
b41097c085
|
sway/config.c: fix double free issue as we need to store path in list
|
9 years ago |
Daniel Lockyer
|
c9d634414a
|
sway/main.c: simplify free'ing by switching to the helper method
|
9 years ago |
Drew DeVault
|
93743e0d5f
|
Merge pull request #632 from 1ace/refactor/log
Refactor preprocessor logic out of _sway_log()
|
9 years ago |
Eric Engestrom
|
cc9d1cacbb
|
common: refactor sway_log()
This removes most preprocessor logic, leaving it only it the header.
|
9 years ago |
Drew DeVault
|
8a6b64e471
|
Merge pull request #634 from 1ace/fix/log-double-close
Fix double-close in error_handler()
|
9 years ago |
Eric Engestrom
|
f53ddbe800
|
common: fix double-close in error_handler()
|
9 years ago |
Drew DeVault
|
70ca8b6041
|
Merge pull request #633 from 1ace/fix/readme-link
Remove empty params from url in README.md
|
9 years ago |
Eric Engestrom
|
81a8a1f2df
|
README: remove empty params from url
|
9 years ago |
Drew DeVault
|
0cefde87e4
|
Merge pull request #628 from 1ace/fix/ipc-path
Always terminate ipc path
|
9 years ago |
Drew DeVault
|
7f8d596bb5
|
Merge pull request #629 from cyberhuman/master
fix a typo (horiziontal -> horizontal)
|
9 years ago |
Drew DeVault
|
0d51a082e7
|
Merge pull request #630 from 1ace/fix/obob
Fix off-by-one bug in log functions
|
9 years ago |