file get_updated
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from .groups import groups
|
||||
|
||||
from libqtile.config import ScratchPad, DropDown
|
||||
|
||||
# Define Scratchpads
|
||||
groups.append(ScratchPad("scratchpad", [
|
||||
DropDown("term", "kitty", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1),
|
||||
DropDown("volume", "pavucontrol", width=0.8, height=0.8, x=0.1, y=0.1, opacity=0.8),
|
||||
DropDown("angular", "kitty", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1),
|
||||
DropDown("notebook", "kitty", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1),
|
||||
]))
|
||||
Reference in New Issue
Block a user