Skip to content

Instantly share code, notes, and snippets.

@lithuak
Created September 11, 2014 20:34
Show Gist options
  • Select an option

  • Save lithuak/cea1338408764f6b95b9 to your computer and use it in GitHub Desktop.

Select an option

Save lithuak/cea1338408764f6b95b9 to your computer and use it in GitHub Desktop.
ubuntu + xmonad
1. First bug is here: http://vishwathmohan.com/blog/2013/05/02/xmonad-on-ubuntu-raring-ringtail/
Have to manually create some config before starting:
$ mkdir ~/.xmonad
$ touch ~/.xmonad/xmonad.hs
and put to config:
--->
import XMonad
import XMonad.Config.Gnome
main = xmonad gnomeConfig
{ modMask = mod4Mask
}
<---
The WIN is XMonad mod key and terminal is called via "WIN+SHIFT+ENTER"
2. To run PyCharm:
wmname LG3D && pycharm.sh
OR (Haven't tried): https://code.google.com/p/xmonad/issues/attachmentText?id=177&aid=-3499140923428850707&name=issue177.darcs-patch&token=ABZ6GAdXOprev4ZkgsZ6knZcV-9J4hvGyg%3A1410466973755
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment