diff --git a/home/.config/jgmenu/jgmenurc b/home/.config/jgmenu/jgmenurc index 557b0b45..ccd71fdb 100644 --- a/home/.config/jgmenu/jgmenurc +++ b/home/.config/jgmenu/jgmenurc @@ -1,9 +1,10 @@ # jgmenurc at_pointer = 0 -stay_alive = 0 +stay_alive = 1 multi_window = 1 tint2_look = 1 +csv_cmd = lx menu_halign = left menu_valign = top diff --git a/home/.config/polybar/config b/home/.config/polybar/config index 2fa731cf..8bf5e385 100644 --- a/home/.config/polybar/config +++ b/home/.config/polybar/config @@ -44,7 +44,7 @@ inherit = bar/master ; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1 monitor = -modules-left = config i3 menu +modules-left = jgmenu config i3 menu modules-center = clock modules-right = pkg memory temperature coreuse network volume diff --git a/home/.config/polybar/modules.conf b/home/.config/polybar/modules.conf index 2fe25ec7..b13932f3 100644 --- a/home/.config/polybar/modules.conf +++ b/home/.config/polybar/modules.conf @@ -11,7 +11,7 @@ label = %output% label-padding = 2 interval = 10 exec = echo "" -click-left = jgmenu_run lx +click-left = "jgmenu_run >/dev/null 2>&1 &" click-right = exo-open $HOME/.config/jgmenu/jgmenurc