summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/xmonad
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-05-15 21:30:30 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-05-15 21:30:30 +0200
commit2c75432a1a48feff3f1ab86d200d4d9ac0ea487f (patch)
treec189f12afacf76a056f8820d07b2509f07839723 /accounts/gkleen@sif/xmonad
parent9349dd01bde0c16c61cc1289f1ad51e7fa3fc134 (diff)
downloadnixos-2c75432a1a48feff3f1ab86d200d4d9ac0ea487f.tar
nixos-2c75432a1a48feff3f1ab86d200d4d9ac0ea487f.tar.gz
nixos-2c75432a1a48feff3f1ab86d200d4d9ac0ea487f.tar.bz2
nixos-2c75432a1a48feff3f1ab86d200d4d9ac0ea487f.tar.xz
nixos-2c75432a1a48feff3f1ab86d200d4d9ac0ea487f.zip
gkleen@sif: surtr
Diffstat (limited to 'accounts/gkleen@sif/xmonad')
-rw-r--r--accounts/gkleen@sif/xmonad/xmonad.hs12
1 files changed, 4 insertions, 8 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs
index 3bf930c0..579456ad 100644
--- a/accounts/gkleen@sif/xmonad/xmonad.hs
+++ b/accounts/gkleen@sif/xmonad/xmonad.hs
@@ -681,14 +681,9 @@ xPConfig = def
681 } 681 }
682 682
683sshOverrides host = map (\h -> mkOverride { oHost = h, oCommand = moshCmd . inTmux host} ) 683sshOverrides host = map (\h -> mkOverride { oHost = h, oCommand = moshCmd . inTmux host} )
684 [ 684 [ "odin"
685 "odin", "odin.asgard.yggdrasil" 685 , "ymir"
686 , "ymir", "ymir.yggdrasil.li", "ymir.niflheim.yggdrasil" 686 , "surtr"
687 , "surtr", "yggdrasil.li", "surtr.yggdrasil.li", "praseodym.org", "surtr.praseodym.org", "surtr.141.li", "141.li"
688 , "vindler", "vindler.alfheim.yggdrasil"
689 , "ullr"
690 , "heimdallr", "heimdallr.asgard.yggdrasil"
691 , "testworx"
692 ] 687 ]
693 ++ 688 ++
694 map (\h -> mkOverride { oHost = h, oCommand = moshCmd' "/run/current-system/sw/bin/mosh-server" . withEnv [("TERM", "xterm")] . inTmux host} ) 689 map (\h -> mkOverride { oHost = h, oCommand = moshCmd' "/run/current-system/sw/bin/mosh-server" . withEnv [("TERM", "xterm")] . inTmux host} )
@@ -702,6 +697,7 @@ sshOverrides host = map (\h -> mkOverride { oHost = h, oCommand = moshCmd . inTm
702 map (\h -> mkOverride { oHost = h, oCommand = sshCmd . withEnv [("TERM", "xterm")] . inTmux host } ) 697 map (\h -> mkOverride { oHost = h, oCommand = sshCmd . withEnv [("TERM", "xterm")] . inTmux host } )
703 [ "remote.cip.ifi.lmu.de" 698 [ "remote.cip.ifi.lmu.de"
704 , "uniworx3", "uniworx4", "uniworx5", "uniworxdb2" 699 , "uniworx3", "uniworx4", "uniworx5", "uniworxdb2"
700 , "testworx"
705 ] 701 ]
706 702
707backlight :: (Rational -> Rational) -> X () 703backlight :: (Rational -> Rational) -> X ()