diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-29 09:04:43 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-29 09:04:43 +0200 |
commit | 33690e0f89432c5eecf21b3c44dfa3870de85fa9 (patch) | |
tree | b3d1977b014f6e95ad813b670f118f02877b058c /accounts/gkleen@sif/xmonad | |
parent | e2a8bc0dc5bf816bf2ed1579a855c25270167836 (diff) | |
download | nixos-33690e0f89432c5eecf21b3c44dfa3870de85fa9.tar nixos-33690e0f89432c5eecf21b3c44dfa3870de85fa9.tar.gz nixos-33690e0f89432c5eecf21b3c44dfa3870de85fa9.tar.bz2 nixos-33690e0f89432c5eecf21b3c44dfa3870de85fa9.tar.xz nixos-33690e0f89432c5eecf21b3c44dfa3870de85fa9.zip |
gkleen@sif: ...
Diffstat (limited to 'accounts/gkleen@sif/xmonad')
-rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index 83bb43d0..56b8a4f6 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs | |||
@@ -211,7 +211,7 @@ hostFromName h | |||
211 | , Just $ (className =? "Nm-openconnect-auth-dialog") -?> centerFloat | 211 | , Just $ (className =? "Nm-openconnect-auth-dialog") -?> centerFloat |
212 | , Just $ (className =? "Pinentry") -?> doCenterFloat | 212 | , Just $ (className =? "Pinentry") -?> doCenterFloat |
213 | , Just $ (className =? "pinentry") -?> doCenterFloat | 213 | , Just $ (className =? "pinentry") -?> doCenterFloat |
214 | , Just $ (appName =? "Edit_with_Emacs_FRAME") -?> centerFloat | 214 | , Just $ (appName =? "Edit with Emacs FRAME") -?> centerFloat |
215 | , Just $ (stringProperty "WM_WINDOW_ROLE" =? "GtkFileChooseDialog") -?> centerFloatSmall | 215 | , Just $ (stringProperty "WM_WINDOW_ROLE" =? "GtkFileChooseDialog") -?> centerFloatSmall |
216 | , Just $ (className =? "Nvidia-settings") -?> doCenterFloat | 216 | , Just $ (className =? "Nvidia-settings") -?> doCenterFloat |
217 | , Just $ fmap ("Minetest" `isInfixOf`) title -?> doIgnore | 217 | , Just $ fmap ("Minetest" `isInfixOf`) title -?> doIgnore |