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")
|
||||
|
||||
(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")
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue