Denis Doria
f1d5b89d3e
Initial work for floating view with sane values
9 years ago
Drew DeVault
7f6b3d1c1f
Merge pull request #637 from 1ace/fix/ipc-leak
...
Fix a few mem leaks in ipc-server
9 years ago
Eric Engestrom
08bef67f85
sway: refactor ipc_client_handle_command()
...
This fixes a few mem leaks, as well as remove a false-positive error msg
in IPC_GET_BAR_CONFIG
9 years ago
Eric Engestrom
9d7d73df7f
sway: fix IPC resource leak
9 years ago
Drew DeVault
ad942708a7
Update configuration info in readme
9 years ago
Drew DeVault
3b1c125e18
Remove bar position left:right from docs
...
And adds a warning about using them (currently these are not supported
by swaybar).
9 years ago
Drew DeVault
fc7132a3ba
Merge pull request #677 from zandrmartin/maintain-workspace-output-assignments
...
enforce workspace output assignents
9 years ago
Zandr Martin
d291a29f30
enforce workspace output assignents
...
when creating a new output, move to that output all extant workspaces
that are assigned to that output.
(unrelated) remove comment that was no longer applicable, fix spacing in
an assignment
9 years ago
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
10 years ago
Mykyta Holubakha
500ee0a731
Allow to set relative path for wallpapers in config
10 years ago
Drew DeVault
db0e1d6bc1
Merge pull request #645 from Hummer12007/floating_scroll
...
Implement configurable floating scroll behavior
10 years ago
Mykyta Holubakha
0c495eecde
Remove FSB_GAPS_INNER and FSB_GAPS_OUTER
10 years ago
Mykyta Holubakha
394a5d36cb
Documented floating_scroll
10 years ago
Mykyta Holubakha
0423c41a0f
Implemented configurable floating scroll behavior
10 years ago
Drew DeVault
6abdc07559
Merge pull request #638 from neosilky/memleak
...
sway/main.c: simplify free'ing by switching to the helper method
10 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
10 years ago
Daniel Lockyer
b41097c085
sway/config.c: fix double free issue as we need to store path in list
10 years ago
Daniel Lockyer
c9d634414a
sway/main.c: simplify free'ing by switching to the helper method
10 years ago
Drew DeVault
93743e0d5f
Merge pull request #632 from 1ace/refactor/log
...
Refactor preprocessor logic out of _sway_log()
10 years ago