From 6bfcaea2672ee20584beb093f2c0c56be90c00c1 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Tue, 18 Aug 2020 16:24:07 +0100 Subject: Launch dwmblocks when dwm starts --- .config/xprofile | 1 + 1 file changed, 1 insertion(+) (limited to '.config/xprofile') diff --git a/.config/xprofile b/.config/xprofile index 18bcf24..3581af3 100644 --- a/.config/xprofile +++ b/.config/xprofile @@ -1,3 +1,4 @@ #!/bin/sh remaps & # Sets correct keyboard layout and remaps some keys to make life easier in dwm. +dwmblocks & -- cgit v1.2.3-13-gbd6f