mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 00:20:22 -07:00
693 B
693 B
Problem Description
Describe the problem you are having and what you expect to happen instead.
Steps to Reproduce
Give detailed step-by-step instructions on how to reproduce the problem.
Configuration File
Please include the smallest full configuration file that reproduces the problem you are experiencing:
module Main (main) where
import XMonad
main :: IO ()
main = xmonad def
Checklist
-
I've read CONTRIBUTING.md
-
I tested my configuration
- With
xmonad
version XXX (commit XXX if using git) - With
xmonad-contrib
version XXX (commit XXX if using git)
- With