xmonad: update location and some config

This commit is contained in:
Oystein Kristoffer Tveit 2022-11-11 21:19:16 +01:00
parent 4f062182e0
commit 752b37f441
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{
home.file.".xmonad/xmonad.hs".source = ./xmonad.hs;
xdg.configFile."xmonad/xmonad.hs".source = ./xmonad.hs;
}

View File

@ -254,6 +254,7 @@ myLayout =
myManageHook = composeAll
[ className =? "Gimp" --> doFloat
, className =? "QjackCtl" --> doFloat
, className =? "MEGAsync" --> doFloat
, resource =? "desktop_window" --> doIgnore
, resource =? "kdesktop" --> doIgnore
, resource =? "fcitx-config" --> doFloat