aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/output/background.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-12-12sway: raise error on non-accessible background fileTamino Bauknecht
2022-04-09Shuffle variables to satisfy -Werror=restrictDaniel De Graaf
2022-02-08Fix snprintf compiler warningMuhamed Hobi
2019-11-21input_cmd_xkb_file: allow shell path expansionBrian Ashworth
2019-03-15output_cmd_background: validate colorsBrian Ashworth
2019-02-05output_cmd_background: fix no file + valid modeBrian Ashworth
2019-01-24Use sway_log_errno instead of strerrorIan Fan
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-18Don't escape swaybg arguments anymoreemersion
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2018-11-28Introduce a way to show config warnings in swaynagBrian Ashworth
2018-09-28Handle shell special characters in bg file pathBrian Ashworth
2018-09-14Address ianyfan's commentsBrian Ashworth
2018-09-13Escape spaces in background file pathBrian Ashworth
2018-09-13Allow spaces in background file pathsBrian Ashworth
2018-09-03Change _XOPEN_SOURCE defines to _POSIX_C_SOURCEsghctoma
2018-08-30Fix feature macros for FreeBSDsghctoma
2018-08-08Don't call swaynag_log for bg when not readingBrian Ashworth
2018-08-08Allow a fallback color to be specified for swaybgBrian Ashworth
2018-07-10Add get_config message type to ipcIan Fan
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-02cmd_background: fix leak on errorDominique Martinet
2018-06-26cleanup output-background subcommand handlingael-code
2018-06-26fix memleak on background cmd errorael-code
2018-06-22bugfix: avoid access after freeael-code
2018-06-03Address review comments for output subcommandsBrian Ashworth
2018-06-03Refactor cmd_output to use config_subcommandBrian Ashworth