taiyu
|
972748e674
|
cleaned up leaky prev_workspace_name
|
9 years ago |
Luminarys
|
12e96f0f9e
|
Added in workspace_auto_back_and_forth
|
9 years ago |
Luminarys
|
23f040133d
|
Removed unnecessary debug line
|
9 years ago |
Luminarys
|
fe2ec8a676
|
Added in workspace back_and_forth
|
9 years ago |
taiyu
|
f787fac8fc
|
#153 add "ctrl" and "alt" to modifiers struct
|
9 years ago |
Luminarys
|
28e937020a
|
Made scratchpad handling identical to i3
|
9 years ago |
Luminarys
|
167409702f
|
Fixed move scratchpad and added in scratchpad show
|
9 years ago |
Luminarys
|
7eefecf479
|
Added in scratchpad adding
|
9 years ago |
taiyu
|
63e735270c
|
move v3
|
9 years ago |
taiyu
|
28c22c8f80
|
style
|
9 years ago |
taiyu
|
1820b3f0bb
|
move function redone
|
9 years ago |
Luminarys
|
acb3fbdfb5
|
Added in default_orientation handling
|
9 years ago |
taiyu
|
4df64127e9
|
slight fix
|
9 years ago |
taiyu
|
1fa7a91bfb
|
move_container_to fixup
|
9 years ago |
minus
|
e854a54e96
|
changed workspace_{outout_,}{next,prev} to return workspace
so it can be reused for "move container to workspace next"
|
9 years ago |
minus
|
03e4a97dbe
|
added "move container to workspace"
makes the previous commit actually testable
|
9 years ago |
taiyu
|
c8415d7fef
|
split_string memory leaks cleanedup
|
9 years ago |
Luminarys
|
7a21388997
|
Minor fix
|
9 years ago |
Luminarys
|
e01cf0b566
|
Added in glitchy disabling
|
9 years ago |
Luminarys
|
98fad060e2
|
Added in glitchy disabling
|
9 years ago |
Drew DeVault
|
b7f4607544
|
Implement output configuration through config
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc
@Cloudef)
|
9 years ago |
Luminarys
|
f6b16ca089
|
Refactored resizing functions into resize.c
|
9 years ago |
Luminarys
|
ad1ca31dd5
|
Altered resize command to prevent resizing past min h/w
|
9 years ago |
Luminarys
|
63a3236064
|
Fixed resizing
|
9 years ago |
taiyu
|
d2e1c660b1
|
swayc_is_fullscreen
|
9 years ago |
taiyu
|
1a1ac64662
|
bugfixes, renames
|
9 years ago |
minus
|
8dfaf6265b
|
fixed #108 signed/unsigned comparison
|
9 years ago |
Drew DeVault
|
a436fc17ff
|
Merge pull request #105 from Half-Shot/master
Basic 'move' functionality.
|
9 years ago |
Drew DeVault
|
464b49eda2
|
Merge pull request #101 from Luminarys/master
Added in basic resizing command.
|
9 years ago |
Luminarys
|
f589731f29
|
Rewrite of resize command to make it more sane
|
9 years ago |
Half-Shot
|
68213d57c5
|
Fixed style errors
|
9 years ago |
Half-Shot
|
713bf29ec9
|
Few stray bits
|
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 |
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 |
minus
|
f26ed32e46
|
added sway_terminate to exit cleanly
|
9 years ago |
minus
|
91c0877264
|
properly exit sway
- wlc_terminate() instead of exit(0)
- unlink IPC socket
|
9 years ago |
Drew DeVault
|
579fe70ed9
|
Add command line parsing
Closes #6
|
9 years ago |
taiyu
|
f5fde7c45c
|
style
|
9 years ago |
taiyu
|
fbaa9111a8
|
setup for resizable windows, drop weight
|
9 years ago |
taiyu
|
5ff0619ca1
|
input state, find_container_in_direction
|
9 years ago |
taiyu
|
470b4dfbae
|
key_state.ch, and command conflicts resolved
|
9 years ago |
Luminarys
|
29b6b2f37b
|
Fixed mode_toggle
|
9 years ago |
taiyu
|
48a983316c
|
floating mode_toggle
|
9 years ago |
taiyu
|
289aab9f0a
|
removed debug which shouldnt be there
|
9 years ago |
taiyu
|
8205a6fd3b
|
floating_modifier uses mod_keys instead of anykey
|
9 years ago |
Drew DeVault
|
8fb2e7e34e
|
Merge pull request #79 from taiyu-len/master
fixed floating_modifier related things
|
9 years ago |