Skip to content

Commit

Permalink
add redshift to startup applications
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Dec 22, 2023
1 parent 84d0157 commit 2d03d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/apps/run_on_startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ local run_on_startup = {
"ibus-daemon --xim -d", -- Run ibus-daemon for language and emoji keyboard support
{ notification_daemon },
{ "libinput-gestures", "--conffile", path.resolve(config_file_dir, "libinput-gestures.conf") }, -- Enable touch gesture support
{ "redshift" }, -- this uses the system configuration
-- { "hp-systray" }, -- Ensure HP printer software is active.
-- "/usr/libexec/deja-dup/deja-dup-monitor", -- Run backups using deja-dup on timer
-- Add applications that need to be killed between reloads
Expand Down

0 comments on commit 2d03d4b

Please sign in to comment.