From 354fad108d00e2fa6d89d319fa6bae53bd00f8f8 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 29 May 2024 13:05:35 -0500 Subject: [PATCH] make hyprman have an eww subcommand --- home/private_dot_config/eww/yuck/vars.yuck | 2 +- home/private_dot_config/hypr/conf/execs.conf | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/home/private_dot_config/eww/yuck/vars.yuck b/home/private_dot_config/eww/yuck/vars.yuck index d4d5a2c..361e82d 100644 --- a/home/private_dot_config/eww/yuck/vars.yuck +++ b/home/private_dot_config/eww/yuck/vars.yuck @@ -1,6 +1,6 @@ (defvar rofi-bin "~/.config/rofi/bin") -(deflisten workspaces "hyprman workspaces") +(deflisten workspaces "hyprman eww workspaces") (defpoll clocktext :interval "10s" "date '+%d %b %I:%M %p'") (defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh") diff --git a/home/private_dot_config/hypr/conf/execs.conf b/home/private_dot_config/hypr/conf/execs.conf index ea83a76..b4574b7 100644 --- a/home/private_dot_config/hypr/conf/execs.conf +++ b/home/private_dot_config/hypr/conf/execs.conf @@ -10,6 +10,5 @@ exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOB exec = hypridle exec = kanshi -# TODO: make hyprman kill eww if necessary -exec = pkill eww & hyprman monitors +exec = pkill eww & hyprman eww monitors