diff options
author | EuAndreh <eu@euandre.org> | 2023-03-01 08:45:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-01 08:45:40 -0300 |
commit | 18913ce6b471376ff1a598d31f2186e20a3c915e (patch) | |
tree | 0042e05304f6d11c719adeb42a5b87c5736b12e3 /etc/xmonad/xmonad.hs | |
parent | etc/nix/configuration.nix: Cluster together services with no customization (diff) | |
download | dotfiles-18913ce6b471376ff1a598d31f2186e20a3c915e.tar.gz dotfiles-18913ce6b471376ff1a598d31f2186e20a3c915e.tar.xz |
etc/xmonad/xmonad.hs: Set background image
Diffstat (limited to 'etc/xmonad/xmonad.hs')
-rw-r--r-- | etc/xmonad/xmonad.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/xmonad/xmonad.hs b/etc/xmonad/xmonad.hs index e948939..8307742 100644 --- a/etc/xmonad/xmonad.hs +++ b/etc/xmonad/xmonad.hs @@ -16,6 +16,7 @@ main = do xmproc <- spawnPipe "xmobar" xmproc <- spawnPipe "blueman-applet" xmproc <- spawnPipe "xss-lock i3lock" + xmproc <- spawnPipe "feh --bg-scale ~/Pictures/emotion.png" xmonad $ ewmhFullscreen . ewmh $ docks $ def { manageHook = manageDocks <+> manageHook def , layoutHook = myLayoutHook |