forked from colonelpanic/dotfiles
Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
7bc8e1bca4
@ -4,9 +4,9 @@ Wants=taffybar.service
|
|||||||
After=taffybar.service
|
After=taffybar.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=forking
|
||||||
ExecStart=/usr/bin/env run_keybase
|
ExecStart=/usr/bin/env run_keybase
|
||||||
ExecStop=/usr/bin/pkill Keybase
|
PIDFile=$XDG_RUNTIME_DIR/keybase/keybased.pid
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=wm.target
|
WantedBy=wm.target
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
# Revision history for imalison-xmonad
|
|
||||||
|
|
||||||
## 0.1.0.0 -- YYYY-mm-dd
|
|
||||||
|
|
||||||
* First version. Released on an unsuspecting world.
|
|
@ -1,2 +0,0 @@
|
|||||||
import Distribution.Simple
|
|
||||||
main = defaultMain
|
|
@ -1,14 +1,13 @@
|
|||||||
name: imalison-xmonad
|
name: imalison-xmonad
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
synopsis: Ivan Malison's xmonad configuration.
|
synopsis: Ivan Malison's xmonad configuration.
|
||||||
homepage: https://github.com/IvanMalison/dotfiles/tree/master/dotfiles/xmonad
|
homepage: https://github.com/IvanMalison/dotfiles/tree/master/dotfiles/config/xmonad
|
||||||
license: GPL-3
|
license: GPL-3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Ivan Malison
|
author: Ivan Malison
|
||||||
maintainer: IvanMalison@gmail.com
|
maintainer: IvanMalison@gmail.com
|
||||||
category: System
|
category: System
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-source-files: ChangeLog.md
|
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
|
||||||
executable imalison-xmonad
|
executable imalison-xmonad
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
handle-switch-frame
|
handle-switch-frame
|
||||||
helm-M-x
|
helm-M-x
|
||||||
ido-write-file
|
ido-write-file
|
||||||
|
imalison:multiple-cursors-hydra/body
|
||||||
imalison:multiple-cursors-hydra/mc/edit-lines-and-exit
|
imalison:multiple-cursors-hydra/mc/edit-lines-and-exit
|
||||||
imalison:multiple-cursors-hydra/mc/mark-all-like-this-and-exit
|
imalison:multiple-cursors-hydra/mc/mark-all-like-this-and-exit
|
||||||
imalison:multiple-cursors-hydra/mc/mark-next-like-this
|
imalison:multiple-cursors-hydra/mc/mark-next-like-this
|
||||||
|
Loading…
Reference in New Issue
Block a user