aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
AgeCommit message (Collapse)Author
2015-08-13styleTaiyu
2015-08-13change workspace layout when trying to split itTaiyu
2015-08-13split workspace bugTaiyu
2015-08-13small changeTaiyu
2015-08-13style, spellingTaiyu
2015-08-13moved signal handling to mainTaiyu
2015-08-13moved fd modifying stuff to log.cTaiyu
2015-08-12no more output from programs called with exec, fixed focus return valuesTaiyu
2015-08-12better error handlingTaiyu
2015-08-12safer forking, reduce duplicate code, cleanup zombie processesTaiyu
2015-08-11Changed command handler to perform var subs on all cmd argsLuminarys
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-10destroys empty workspace + minor bugfixesTaiyu
2015-08-10Changed cmd handlers to use bool instead of intLuminarys
2015-08-10return 0 on success for cmd_fullscreenTaiyu
2015-08-10make cmd_workspace return 0 on successTaiyu
2015-08-10Basic workspace functionalityJose Diez
2015-08-10fixed small memory leak. v2Taiyu
2015-08-10Fix some errors with config loadingDrew DeVault
2015-08-10Changed cmd_reload to arrange windows post reloadLuminarys
2015-08-10Minor fixLuminarys
2015-08-10Abstracted load_configLuminarys
2015-08-10Spaces to TabsLuminarys
2015-08-10Style fixes and slight reload command alterationLuminarys
2015-08-10Added in reload and exec_always handlingLuminarys
2015-08-10fixed focus_parent, moved into move_focus() functionTaiyu
2015-08-09Don't override keys if command failsDrew DeVault
2015-08-09Fix bug with focus parentDrew DeVault
Thanks anon
2015-08-09Flesh out fullscreen support a bitDrew DeVault
2015-08-10log: add newlinejdiez17
2015-08-09Implement focus parentDrew DeVault
2015-08-10commands: re-add log_colorsjdiez17
2015-08-09Add movement supportDrew DeVault
2015-08-09Implement splith/splitvDrew DeVault
Ref #2
2015-08-09log, commands: Add log_colors commandjdiez17
2015-08-09Implement layout [splith|splitv|toggle split]Drew DeVault
2015-08-09Load config after xwayland is createdDrew DeVault
This lets us run x commands on startup
2015-08-09Implement execDrew DeVault
2015-08-09Implement focus_follows_mouseDrew DeVault
2015-08-08Implement key bindingsDrew DeVault
2015-08-08Add logging and new windows into layout treeDrew DeVault
2015-08-05Clean up config loading and launch waylandDrew DeVault
2015-08-05Add TODO so I don't forget laterDrew DeVault
2015-08-05Push the XKB key to the key listDrew DeVault
Instead of the key name
2015-08-05Mostly implement bindsym commandDrew DeVault
2015-08-05Flesh out some command parsingDrew DeVault
This implements the `set` command from i3
2015-08-05Build out command subsystemDrew DeVault
Everyone loves code stolen from your own projects