diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 13:46:16 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 13:46:16 +0200 |
commit | e43e604e967ed5df7b076b5e8f33e550cf0a1709 (patch) | |
tree | bfe6ef5620fd1681425ae69fe6fb74e9fbc5a738 | |
parent | aa7aa6ab4548c4df79a417dda09b40fc1c69eeb0 (diff) | |
download | dotfiles-e43e604e967ed5df7b076b5e8f33e550cf0a1709.tar dotfiles-e43e604e967ed5df7b076b5e8f33e550cf0a1709.tar.gz dotfiles-e43e604e967ed5df7b076b5e8f33e550cf0a1709.tar.bz2 dotfiles-e43e604e967ed5df7b076b5e8f33e550cf0a1709.tar.xz dotfiles-e43e604e967ed5df7b076b5e8f33e550cf0a1709.zip |
Changed order of autostarts
-rw-r--r-- | .xmonad/xmonad.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 9566f99..f19606d 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs | |||
@@ -128,8 +128,8 @@ main = do | |||
128 | } | 128 | } |
129 | xmonad $ myConfig | 129 | xmonad $ myConfig |
130 | 130 | ||
131 | autostart = [ spawnKeychain | 131 | autostart = [ safeSpawn "urxvtd" ["-q", "-f", "-o"] |
132 | , safeSpawn "urxvtd" ["-q", "-f", "-o"] | 132 | , spawnKeychain |
133 | ] | 133 | ] |
134 | 134 | ||
135 | spawnKeychain = runInTerm "" $ "keychain " ++ concat keys | 135 | spawnKeychain = runInTerm "" $ "keychain " ++ concat keys |