From f58d9def9a07212572aed15c1267b2f73bbaefc3 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 1 Nov 2021 10:57:46 -0600 Subject: Make the startup script segregate commands for different hosts. --- src/Internal/Keys.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs index c385539..91d033d 100644 --- a/src/Internal/Keys.hs +++ b/src/Internal/Keys.hs @@ -1,6 +1,7 @@ {-# LANGUAGE RankNTypes #-} module Internal.Keys where +import Graphics.X11.ExtraTypes.XorgDefault import System.Process import XMonad.Util.Ungrab import Internal.XPlus -- cgit