-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update env; apply to ultrawide screen
- Loading branch information
Showing
17 changed files
with
912 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# WeissXmonad | ||
[![WeissXmonad on hackage](https://img.shields.io/hackage/v/WeissXmonad)](http://hackage.haskell.org/package/WeissXmonad) | ||
[![WeissXmonad on Stackage Nightly](https://stackage.org/package/WeissXmonad/badge/nightly)](https://stackage.org/nightly/package/WeissXmonad) | ||
# weiss-xmonad | ||
[![weiss-xmonad on hackage](https://img.shields.io/hackage/v/weiss-xmonad)](http://hackage.haskell.org/package/weiss-xmonad) | ||
[![weiss-xmonad on Stackage Nightly](https://stackage.org/package/weiss-xmonad/badge/nightly)](https://stackage.org/nightly/package/weiss-xmonad) | ||
|
||
Generated with [template-haskell](https://github.com/jonascarpay/template-haskell) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import WeissXMonad | ||
|
||
main :: IO () | ||
main = WeissXMonad.runXmonad "/home/weiss/.config/xmobar" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.