From 1dd4b8fb4c5ba7168a8a9df10eb795aea10a6c69 Mon Sep 17 00:00:00 2001 From: Leon Kowarschick Date: Thu, 21 May 2020 15:14:21 +0200 Subject: [PATCH] lkasjdflkasjdflkasjdfgp --- files/.xmonad/lib/Config.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/.xmonad/lib/Config.hs b/files/.xmonad/lib/Config.hs index 8da35d0..e7fc671 100644 --- a/files/.xmonad/lib/Config.hs +++ b/files/.xmonad/lib/Config.hs @@ -95,11 +95,11 @@ scriptFile script = "/home/leon/scripts/" ++ script scratchpads :: [NamedScratchpad] scratchpads = - [ NS "terminal" "alacritty --class sp_term" (className =? "sp_term") defaultFloating - , NS "spotify" "spotify" (appName =? "spotify") defaultFloating - , NS "discord" "discord" (appName =? "discord") defaultFloating - , NS "whatsapp" "whatsapp-nativefier" (("WhatsApp" `isSuffixOf`) <$> title) defaultFloating - , NS "slack" "slack" (("Slack | " `isPrefixOf`) <$> title) defaultFloating + [ NS "terminal" "termite --class sp_term" (className =? "sp_term") (customFloating $ W.RationalRect 0.66 0.7 0.34 0.3) + , NS "spotify" "spotify" (appName =? "spotify") defaultFloating + , NS "discord" "discord" (appName =? "discord") defaultFloating + , NS "whatsapp" "whatsapp-nativefier" (("WhatsApp" `isSuffixOf`) <$> title) defaultFloating + , NS "slack" "slack" (("Slack | " `isPrefixOf`) <$> title) defaultFloating ] --launchWhatsapp = "gtk-launch chrome-hnpfjngllnobngcgfapefoaidbinmjnm-Default.desktop"