aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Keys.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2021-11-01 10:57:46 -0600
committerJosh Rahm <rahm@google.com>2021-11-01 10:57:46 -0600
commitf58d9def9a07212572aed15c1267b2f73bbaefc3 (patch)
tree8706b1a501a5d3dd352700b3332649ae50dc6e52 /src/Internal/Keys.hs
parent4430386d66822feae4a9828b3dabf9114301adce (diff)
downloadrde-f58d9def9a07212572aed15c1267b2f73bbaefc3.tar.gz
rde-f58d9def9a07212572aed15c1267b2f73bbaefc3.tar.bz2
rde-f58d9def9a07212572aed15c1267b2f73bbaefc3.zip
Make the startup script segregate commands for different hosts.
Diffstat (limited to 'src/Internal/Keys.hs')
-rw-r--r--src/Internal/Keys.hs1
1 files changed, 1 insertions, 0 deletions
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