fix bg/colors update race
This commit is contained in:
parent
8cf64ea4ac
commit
7bc9431a03
2 changed files with 6 additions and 3 deletions
|
@ -13,8 +13,12 @@ globalkeys = Gears.table.join(
|
|||
|
||||
Awful.key(
|
||||
{ Modkey, "Shift" }, "p",
|
||||
function() Awful.spawn("doorsbg") end,
|
||||
awesome.restart,
|
||||
function()
|
||||
Awful.spawn.easy_async_with_shell("doorsbg",
|
||||
function()
|
||||
awesome.restart()
|
||||
end)
|
||||
end,
|
||||
{
|
||||
description = "set new random wallpaper/color scheme",
|
||||
group = "awesome"
|
||||
|
|
|
@ -76,7 +76,6 @@ just run `startx` or start awesome from your display manager if you have one.
|
|||
servers to update treesitter
|
||||
|
||||
## Known issues (aka things to fix and excuses why they aren't):
|
||||
- Awesomewm reload races the bg/color script and may not update. Just reload awesome again manually for now
|
||||
- Installer can hang at "retrieving packages" - I think this is a pacman/mirror issue. Just kill and restart it,
|
||||
it'll pick up where it left off
|
||||
- lsp-zero (nvim plugin) changed some things and needs to be reconfigured
|
||||
|
|
Loading…
Add table
Reference in a new issue