index

id: 61420ff3bfc295f5c512abcba2ab4fdb1febb08b230934a36b9989fad20ac024

id (bech32): note1v9pqlualc22lt3gj40969260mv07hvytyvynfgmtnxyl45s2cqjqp8lxen

sig: 26d1e3f4b5bcdefe7c9e15b031cfe1835a954d57b0726a9fbd082cb72d09090747740bf766ddb004e2590a83260b096b30fdba4263f85555bfc2c21e68691827

created_at: 2025-06-29 18:13:04 +0900

created_at (unix time): 1751188384

content:

Awesome WM で systray を screen 1 以外に表示したい

```lua
-- ~/.config/awesome/rc.lua

awful.screen.connect_for_each_screen(function(s)

-- ...

if s.index == 2 then
wibox.widget.systray():set_screen(s)
end
end)
```

https://github.com/kaosf/dotfiles/commit/4b8513cbb611e7b4cadeba3efdbfea29a551e360

ref. https://gist.github.com/linguisticmind/b8a9d268a29b7f1a4b0037ecd0a7fe74
via https://www.youtube.com/watch?v=FfYWVOFUJJU
via https://www.reddit.com/r/awesomewm/comments/u5pg7c/make_system_tray_visible_on_all_monitors/

JSON