From d92abb87c06b83088d7693e025d8ad624e7deaea Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 13 May 2023 23:40:12 +0200 Subject: ... --- accounts/gkleen@sif/ssh-hosts.nix | 4 ++++ accounts/gkleen@sif/xmonad/xmonad.hs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'accounts') diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index edfe46a0..bae0f5b8 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -499,6 +499,10 @@ } ]; }; + "gitlab.uniworx.de" = + { user = "git"; + identityFile = "~/.ssh/gkleen@gitlab.uniworx.de"; + }; "col-crpd01" = { hostname = "col-crpd01.mathinst.loc"; proxyJump = "mgmt01"; diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index befaeb23..d6e32aab 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs @@ -896,7 +896,7 @@ myKeys' conf host = Map.fromList $ safeSpawn "loginctl" ["lock-session", sessId] ) , ((modm .|. shiftMask, xK_s ), safeSpawn "systemctl" ["suspend"]) - , ((modm .|. shiftMask, xK_h ), safeSpawn "systemctl" ["hibernate"]) + , ((modm .|. shiftMask, xK_h ), safeSpawn "systemctl" ["poweroff"]) , ((modm, xK_v ), windows copyToAll) -- @@ Make focused window always visible , ((modm .|. shiftMask, xK_v ), killAllOtherCopies) -- @@ Toggle window state back , ((modm .|. shiftMask, xK_g ), windowPrompt xPConfig Goto wsWindows) -- cgit v1.2.3