Files
xmonad/.github/ISSUE_TEMPLATE.md
2017-01-12 12:23:48 -07:00

555 B

Problem Description

Describe the problem you are having, what you expect to happen instead, and how to reproduce the problem.

Configuration File

Please include the smallest configuration file that reproduces the problem you are experiencing:

module Main (main) where

import XMonad

main :: IO ()
main = xmonad def

Checklist