added logging to eww hyprman interactions so debugging is easier if not dev probably not necessary
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
(deflisten activewindow :initial "..." "hyprman -a")
|
(deflisten activewindow :initial "..." "RUST_BACKTRACE=1 hyprman -a 2>>/tmp/eww_hyprman_activewindow.log")
|
||||||
|
|
||||||
(defvar windowIcons
|
(defvar windowIcons
|
||||||
`{
|
`{
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
(deflisten workspaces :initial "" "hyprman -w")
|
(deflisten workspaces :initial "" "hyprman -w 2>>/tmp/eww_hyprman_workspaces.log")
|
||||||
|
|
||||||
(defvar workspaceIcons '{
|
(defvar workspaceIcons '{
|
||||||
"empty": "",
|
"empty": "",
|
||||||
|
Reference in New Issue
Block a user