mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-14 08:01:14 +01:00
Fix typo
This commit is contained in:
parent
fb09f088a9
commit
b88424ea24
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ require("pinnacle").setup(function(pinnacle)
|
||||||
-- Add your own window rules here. Below is an example.
|
-- Add your own window rules here. Below is an example.
|
||||||
--
|
--
|
||||||
-- These currently need to be added inside of `connect_for_all` because
|
-- These currently need to be added inside of `connect_for_all` because
|
||||||
-- it only runs after the whole config is parsed, so any specified tags won't be availible outside
|
-- it only runs after the whole config is parsed, so any specified tags won't be available outside
|
||||||
-- of this function. This means that if you have multiple monitors,
|
-- of this function. This means that if you have multiple monitors,
|
||||||
-- these rules will be duplicated unless you write in some logic to prevent that.
|
-- these rules will be duplicated unless you write in some logic to prevent that.
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in a new issue