aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
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-12moving stuff aroundTaiyu
2015-08-11Merge pull request #18 from taiyu-len/masterDrew DeVault
2015-08-11styleTaiyu
2015-08-11Add unnecessary logDrew DeVault
2015-08-11Changed command handler to perform var subs on all cmd argsLuminarys
2015-08-11list_insert now works as it shouldTaiyu
2015-08-11added command repeat on keydownTaiyu
2015-08-11small fixTaiyu
2015-08-11define -> enumTaiyu
2015-08-11removed old codeTaiyu
2015-08-11removed old codeTaiyu
2015-08-10fixed bugTaiyu
2015-08-10added multikey handling for handle_key\(...\)Taiyu
2015-08-10Slightly better multihead supportDrew DeVault
2015-08-10Prevent passing WM keys, improve multihead supportDrew DeVault
2015-08-10small changeTaiyu
2015-08-10silly mistake + styleTaiyu
2015-08-10destroys empty workspace + minor bugfixesTaiyu
2015-08-10fixed 'return NULL' in 'void continer_map(...)'Taiyu
2015-08-10Changed cmd handlers to use bool instead of intLuminarys
2015-08-10Merge pull request #12 from taiyu-len/masterDrew DeVault
2015-08-10return 0 on success for cmd_fullscreenTaiyu
2015-08-10Set view->visible to true when createdDrew DeVault
2015-08-10make cmd_workspace return 0 on successTaiyu
2015-08-10layout: fixed tabsJose Diez
2015-08-10workspaces: follow_pointer_mouse doesn't follow hidden containersJose Diez
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-10Focus unmanaged windows when createdDrew DeVault
2015-08-10Fix issue with untitled windowsDrew DeVault
2015-08-10Merge pull request #4 from taiyu-len/masterDrew DeVault
2015-08-10fixed styleTaiyu
2015-08-10Override WLC_DIM by defaultDrew DeVault
2015-08-10fixed focus_parent, moved into move_focus() functionTaiyu
2015-08-09Or maybe do the exact opposite of thatDrew DeVault
2015-08-09Don't override keys if command failsDrew DeVault
2015-08-09Fix bug with focus parentDrew DeVault
2015-08-09Finish up fullscreen commandDrew DeVault
2015-08-09Flesh out fullscreen support a bitDrew DeVault