file get_updated

This commit is contained in:
2026-06-12 08:05:48 +02:00
parent 84f901a083
commit 71b8cf5ceb
66 changed files with 2916 additions and 0 deletions
+11
View File
@@ -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),
]))