Luminarys
3f475f5009
Minor fix to do proper floating refocuses
2015-08-17 10:22:00 -05:00
Luminarys
47ec999e71
Fixes to floating and umanaged views
2015-08-17 10:18:06 -05:00
Luminarys
05f969074e
Added in basic floating toggling
2015-08-17 00:38:34 -05:00
Luminarys
6b80879ec9
Minor naming fix workspace changing commands
2015-08-16 15:51:43 -05:00
Drew DeVault
7f4529ec8b
Merge pull request #44 from Luminarys/master
...
Added in workspace next/prev and workspace output_next/prev
2015-08-16 16:46:16 -04:00
taiyu
5b860c67c3
fixed split [vh], small memory leak, unescape_strings handle \xnn
2015-08-16 13:38:54 -07:00
Luminarys
0a0fe18fd6
Added in workspace next/prev and workspace output_next/prev
2015-08-16 14:50:01 -05:00
Luminarys
dfaf3a059f
Added in better exit handling
2015-08-16 11:54:37 -05:00
Luminarys
c94c41d1db
Added in kill command
2015-08-16 11:41:41 -05:00
Drew DeVault
360b3d67b0
Add split [h|v|horizontal|vertical] command
2015-08-16 11:01:01 -04:00
taiyu
824a3d81aa
fixed fullscreen & focusing
2015-08-15 14:32:14 -07:00
Drew DeVault
d5ff5e98fa
Fix build
2015-08-15 15:26:05 -04:00
taiyu
9bb2788768
fixed split
2015-08-15 11:19:44 -07:00
Taiyu
80ae2a7774
removed debug
2015-08-14 13:13:06 -07:00
Taiyu
b8cba33c01
changed swayc related functions, cleaned up some functions, moved wlc related things into handlers
2015-08-14 12:42:19 -07:00
Luminarys
ffe59b27a9
Style fix
2015-08-13 14:49:34 -05:00
Luminarys
ea9efc884d
Allowed for execd commands to be spawned after abort
2015-08-13 14:41:36 -05:00
Luminarys
d785cbd54c
Even more style fixes
2015-08-13 14:41:36 -05:00
Luminarys
7788aa4cbd
More style fixes
2015-08-13 14:41:36 -05:00
Luminarys
527288a826
fixes to cmd queue freeing, style
2015-08-13 14:41:36 -05:00
Luminarys
ab130fb56b
Added in command queue
2015-08-13 14:41:36 -05:00
Taiyu
7d294213d1
style
2015-08-13 12:26:39 -07:00
Taiyu
e3edab8a4c
change workspace layout when trying to split it
2015-08-13 12:23:56 -07:00
Taiyu
57c28f96fd
split workspace bug
2015-08-13 12:02:56 -07:00
Taiyu
0a205776d7
small change
2015-08-13 07:50:46 -07:00
Taiyu
ad21281540
style, spelling
2015-08-13 07:48:03 -07:00
Taiyu
5df5b00989
moved signal handling to main
2015-08-13 00:44:56 -07:00
Taiyu
f798e9bb0b
moved fd modifying stuff to log.c
2015-08-13 00:24:03 -07:00
Taiyu
ac1c2d31bf
no more output from programs called with exec, fixed focus return values
2015-08-12 22:58:15 -07:00
Taiyu
dc9efcd79f
better error handling
2015-08-12 21:51:38 -07:00
Taiyu
65406cb61b
safer forking, reduce duplicate code, cleanup zombie processes
2015-08-12 21:06:09 -07:00
Luminarys
a5b02791d4
Changed command handler to perform var subs on all cmd args
...
Fixed workspace_next_name to use the first workspace name it can find in the config
Minor fixes
Changed command handler to perform var subs on all portions of a command
Revert "Changed command handler to perform var subs on all portions of a command"
This reverts commit fcfcffa1ea9819bcada6e6c85b40b21bf1b3a96e.
Var sub fixes
Minor fixes
More minor fixes
2015-08-11 12:48:55 -05:00
Taiyu
beabb12d63
destroys empty workspace + minor bugfixes
2015-08-10 17:32:50 -07:00
Luminarys
a386d98518
Changed cmd handlers to use bool instead of int
2015-08-10 16:51:18 -05:00
Taiyu
f62a700bc8
return 0 on success for cmd_fullscreen
2015-08-10 14:31:32 -07:00
Taiyu
604be65625
make cmd_workspace return 0 on success
2015-08-10 14:29:24 -07:00
Jose Diez
8cc2c6fa7a
Basic workspace functionality
2015-08-10 22:49:50 +02:00
Taiyu
820dda1be6
fixed small memory leak. v2
2015-08-10 13:16:38 -07:00
Drew DeVault
54374d81b5
Fix some errors with config loading
2015-08-10 15:45:36 -04:00
Luminarys
d570acd395
Changed cmd_reload to arrange windows post reload
2015-08-10 14:38:15 -05:00
Luminarys
88997bbfe6
Minor fix
2015-08-10 14:24:31 -05:00
Luminarys
508980e3ab
Abstracted load_config
2015-08-10 14:22:22 -05:00
Luminarys
7c02a1967b
Spaces to Tabs
2015-08-10 14:09:51 -05:00
Luminarys
68beabda03
Style fixes and slight reload command alteration
2015-08-10 14:00:10 -05:00
Luminarys
c0ee2a6406
Added in reload and exec_always handling
2015-08-10 13:53:43 -05:00
Taiyu
b43161fd45
fixed focus_parent, moved into move_focus() function
2015-08-10 00:05:44 -07:00
Drew DeVault
f6e65b6bb2
Don't override keys if command fails
2015-08-09 23:04:37 -04:00
Drew DeVault
b49cfa0c16
Fix bug with focus parent
...
Thanks anon
2015-08-09 22:53:00 -04:00
Drew DeVault
0078a6fa36
Flesh out fullscreen support a bit
2015-08-09 20:49:58 -04:00
jdiez17
56d29bbec5
log: add newline
2015-08-10 02:24:19 +02:00