From bf1645dfb19b553fe8de23c9435b5352a9a21900 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 10 May 2024 13:07:52 -0400 Subject: [PATCH] Run turing smart screen daemon on adam-Desktop --- .config/i3/include/adam-Desktop.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3/include/adam-Desktop.conf b/.config/i3/include/adam-Desktop.conf index 3a07f68..44f39f2 100644 --- a/.config/i3/include/adam-Desktop.conf +++ b/.config/i3/include/adam-Desktop.conf @@ -1,3 +1,5 @@ +exec --no-startup-id ~/Programs/turing-smart-screen-python/run.sh + # Volume Control with no media keys bindsym $mod+BackSpace exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym $mod+minus exec pactl set-sink-volume @DEFAULT_SINK@ -5%