From be9705f4f42954916aaf0c94b17e3ae57a699ebe Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 6 Jul 2022 20:01:31 +0200 Subject: XMonad+XMobar: add clickable workspaces --- dotfiles/xmobar.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles/xmobar.hs') diff --git a/dotfiles/xmobar.hs b/dotfiles/xmobar.hs index 81e91c1..16325a1 100644 --- a/dotfiles/xmobar.hs +++ b/dotfiles/xmobar.hs @@ -12,7 +12,7 @@ Config { -- layout , sepChar = "%" -- delineator between plugin names and straight text , alignSep = "}{" -- separator between left-right alignment - , template = "%XMonadLog% }{ %WM_NAME%" + , template = "%UnsafeXMonadLog% }{ %WM_NAME%" -- general behavior , lowerOnStart = False -- send to bottom of window stack on start @@ -22,6 +22,6 @@ Config { , pickBroadest = False -- choose widest display (multi-monitor) , persistent = False -- enable/disable hiding (True = disabled) - , commands = [ Run XMonadLog, + , commands = [ Run UnsafeXMonadLog, Run XPropertyLog "WM_NAME" ] } -- cgit 1.4.1