diff options
Diffstat (limited to 'accounts')
-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 |