make hyprman have an eww subcommand
This commit is contained in:
parent
8bcb4e0b3c
commit
354fad108d
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
(defvar rofi-bin "~/.config/rofi/bin")
|
(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 clocktext :interval "10s" "date '+%d %b %I:%M %p'")
|
||||||
(defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh")
|
(defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh")
|
||||||
|
|
|
@ -10,6 +10,5 @@ exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOB
|
||||||
exec = hypridle
|
exec = hypridle
|
||||||
exec = kanshi
|
exec = kanshi
|
||||||
|
|
||||||
# TODO: make hyprman kill eww if necessary
|
exec = pkill eww & hyprman eww monitors
|
||||||
exec = pkill eww & hyprman monitors
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue