Drew DeVault
6278922f7a
Fix clang warnings
...
These particular warnings have always struck me as stupid
9 years ago
Drew DeVault
1c4b50894c
Use $term in default config
9 years ago
Drew DeVault
a436fc17ff
Merge pull request #105 from Half-Shot/master
...
Basic 'move' functionality.
9 years ago
Drew DeVault
0266b0666a
Fix compiler warnings (which were really errors)
9 years ago
Drew DeVault
464b49eda2
Merge pull request #101 from Luminarys/master
...
Added in basic resizing command.
9 years ago
Luminarys
96ab21b276
Fixes to resizing and added in resize lock once boundaries are exceeded
9 years ago
Luminarys
461da7f87f
Added in bspwm like mouse resizing
9 years ago
Luminarys
f589731f29
Rewrite of resize command to make it more sane
9 years ago
Drew DeVault
cc5713aee6
Merge pull request #106 from FSMaxB/session-files
...
Add Wayland and Xorg session files
9 years ago
Half-Shot
68213d57c5
Fixed style errors
9 years ago
Drew DeVault
3a5fce339f
Reset key buffer on reload
...
To preserve my sanity
9 years ago
Max Bruckner
0ac6409a75
Add Wayland and Xorg session files
...
This allows display managers to detect sway.
9 years ago
Half-Shot
713bf29ec9
Few stray bits
9 years ago
Half-Shot
3f5343199b
Merge branch 'master' of https://github.com/Half-Shot/sway
9 years ago
Half-Shot
5a9ba261bc
Merge branch 'master' of https://github.com/SirCmpwn/sway
9 years ago
Half-Shot
2a62c5c7fb
Basic left right move command implemented.
9 years ago
Drew DeVault
1100335ea0
Merge pull request #104 from minus7/ipc-get-messages
...
added IPC messages get_workspaces and get_outputs
9 years ago
minus
754793aad4
added IPC messages get_workspaces and get_outputs
...
No escaping on container names is done yet, as well as some values are
hardcoded because they don't exist yet.
9 years ago
Drew DeVault
d965ce4a1a
Merge pull request #102 from taiyu-len/master
...
find_parent_by_type
9 years ago
taiyu
36e07e9ebc
find_parent_by_type
9 years ago
Luminarys
c9935507f2
Style fixes
9 years ago
Luminarys
d06732e1a8
Altered incorrect comment
9 years ago
Luminarys
bc3babf566
Added in basic resize command
9 years ago
Luminarys
15d9f1edcb
Added in basic resize command
9 years ago
Drew DeVault
84f01a67bd
Merge pull request #75 from minus7/ipc
...
i3 IPC
9 years ago
minus
f8787ce69e
added missing header file
9 years ago
minus
4c56cd0ed6
set I3SOCK for i3-msg compatibility
9 years ago
minus
6ab968e63e
fixed formatting
9 years ago
minus
f26ed32e46
added sway_terminate to exit cleanly
9 years ago
minus
70f046c87a
set IPC client sockets to close on exec
9 years ago
minus
91c0877264
properly exit sway
...
- wlc_terminate() instead of exit(0)
- unlink IPC socket
9 years ago
minus
bfbadadf70
use env var SWAYSOCK if available
...
or fall back to /tmp/sway-ipc.sock
9 years ago
minus
773e85c681
properly handle IPC clients
9 years ago
minus
5d99215469
added i3-ipc support/parsing
9 years ago
minus
8981b48cd2
very basic IPC implementation
...
simply executes the received data as command
9 years ago
Drew DeVault
579fe70ed9
Add command line parsing
...
Closes #6
9 years ago
taiyu
927ef0a5ec
Merge branch 'master' of https://github.com/SirCmpwn/sway
...
merging
9 years ago
Drew DeVault
95f5660897
Merge pull request #97 from taiyu-len/master
...
setup for resizable windows, drop weight
9 years ago
taiyu
f5fde7c45c
style
9 years ago
taiyu
f6e002fb8b
small fix, default width/height 0
9 years ago
taiyu
b76dcf6e0f
unnessesary log
9 years ago
taiyu
fbaa9111a8
setup for resizable windows, drop weight
9 years ago
Drew DeVault
85ae987515
Fix compiler warning
9 years ago
Drew DeVault
14947c92aa
Merge pull request #94 from taiyu-len/master
...
input_state.ch, and command conflicts resolved
9 years ago
taiyu
ba6034e8c8
changes
9 years ago
Drew DeVault
616d630fb0
Merge pull request #96 from KoffeinFlummi/gap-fix
...
Change gap behaviour to more closely match i3-gaps
9 years ago
KoffeinFlummi
3c124d9e7d
Change gap behaviour to more closely match i3-gaps
...
Previously, when only using inner gaps, the gap between a window at the
edge of the output was only half the size of the gaps between views.
Additionally, the gaps between the actual windows was twice as wide as
it was on i3-gaps.
9 years ago
taiyu
1d9b73ed67
remove debug message
9 years ago
taiyu
686780f12d
another small fix to move_focus
9 years ago
taiyu
66e82a68fc
small fix
9 years ago