Skip to content

Commit

Permalink
only do this on lappy
Browse files Browse the repository at this point in the history
  • Loading branch information
neeasade committed Mar 16, 2020
1 parent 437f02a commit 1712e0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wm/.wm/scripts/theming/ltheme
Expand Up @@ -425,7 +425,10 @@ load_services() {
make_periodic_service 60 temp_check "sensor_alert cpu_temp" "Notify when the cpu temp is high"

make_periodic_service 30 qb_session_dump "qb_command ':session-save'" "Dump the qutebrowser session from time to time"
make_periodic_service 10 refresh_mpd "refresh_mpd"

if [ "$(hostname)" = "bridge" ]; then
make_periodic_service 10 refresh_mpd "refresh_mpd"
fi

make_service compton
make_service unclutter 'unclutter -idle 1'
Expand Down

0 comments on commit 1712e0e

Please sign in to comment.