aboutsummaryrefslogtreecommitdiff
path: root/sway/config/output.c
AgeCommit message (Expand)Author
2019-03-16Fix output config retrieval for new outputsBrian Ashworth
2019-03-11Stop using wlr_output->{lx,ly}emersion
2019-03-03Fixes crash in spawn_swaybg (closes #3733)Noam Preil
2019-02-27config: remove double assignement to result in get_output_configRouven Czerwinski
2019-02-19Don't use SOCK_CLOEXECemersion
2019-02-16Disconnect swaybg instead of killing itemersion
2019-02-16Fix reload freeze when not modsetting current modeBrian Ashworth
2019-02-15apply_output_config: dpms on before modesetBrian Ashworth
2019-02-01Revert "Add some missing frees."Connor E
2019-01-22Don't allow noop output to be configuredRyan Dwyer
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-19apply_output_config: remove output_iBrian Ashworth
2019-01-18Better handle outputs without CRTCemersion
2019-01-17Don't use sh when spawning swaybgemersion
2019-01-17swaybg: use output names instead of output indexesemersion
2018-12-19Terminate swaybg in output_disableBrian Ashworth
2018-12-13Rework default output configsBrian Ashworth
2018-12-03Fix identifier output configs on reloadBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-13Add some missing frees.Connor E
2018-10-08Allow swaybg to be disabledemersion
2018-09-28Handle shell special characters in bg file pathBrian Ashworth
2018-09-05Call wlr_output_enable on enable/disable if neededBrian Ashworth
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-01Do not modeset disabled outputsemersion
2018-08-26Merge pull request #2513 from RyanDwyer/rename-root-outputsDrew DeVault
2018-08-26Remove layout.cRyan Dwyer
2018-08-25Rename sway_root.outputs to sway_root.all_outputsRyan Dwyer
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer
2018-08-08Allow a fallback color to be specified for swaybgBrian Ashworth
2018-07-20Reset outputs on reloadBrian Ashworth
2018-07-20Fix output wildcard handlingBrian Ashworth
2018-07-15config output: free command string if unusedIan Fan
2018-07-09Update for swaywm/wlroots#1126emersion
2018-06-06Store sway_outputs so that they can be reenabledBrian Ashworth
2018-05-13Idle handling for dpms/lockscreen et alMattias Eriksson
2018-05-01Fix layer surface crash on output destroydb
2018-04-04Merge branch 'wlroots' into split-containers2Tony Crisci
2018-04-03Fix wrong output container coordinatesemersion
2018-04-03unify container destroy functionsTony Crisci
2018-03-30Merge remote-tracking branch 'origin/wlroots' into swaybar-layersDrew DeVault
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29Add swaybg_commandDrew DeVault
2018-03-29Move bar config into its own fileDrew DeVault
2018-03-29more renaming thingsTony Crisci
2018-03-29rename container functionsTony Crisci
2018-03-28Address review feedbackDrew DeVault
2018-03-28Render layer surfaces and respect exclusive zoneDrew DeVault
2018-01-05sway: change all sway_log to wlr_logDominique Martinet