docs
This commit is contained in:
parent
1547e04986
commit
9ca039fd95
|
@ -245,7 +245,6 @@ local function expand_horizontal(direction)
|
||||||
height=c.height,
|
height=c.height,
|
||||||
y=c.y
|
y=c.y
|
||||||
}
|
}
|
||||||
naughty.notify({text=inspect(stuff.regions[target])})
|
|
||||||
c.direction = direction
|
c.direction = direction
|
||||||
c.maximized_horizontal = true
|
c.maximized_horizontal = true
|
||||||
c.maximixed_vertical = false
|
c.maximixed_vertical = false
|
||||||
|
@ -381,8 +380,6 @@ local function shift_by_direction(direction, swap)
|
||||||
--| awesomewm magic function to find out what lies
|
--| awesomewm magic function to find out what lies
|
||||||
--| ahead and beyond based on the direction
|
--| ahead and beyond based on the direction
|
||||||
|
|
||||||
naughty.notify({text=inspect(target)})
|
|
||||||
|
|
||||||
if not target then
|
if not target then
|
||||||
target = stuff.active_region + 1
|
target = stuff.active_region + 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue