implemented the statistics output window, slightly improved the logic, and completed the program design.
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
# Main window
|
||||
|
||||
# 1. Заставляем окно всегда открываться в плавающем режиме
|
||||
windowrule = match:class ^(Focustimer)$, float 1
|
||||
|
||||
# 2. Задаем ему начальный размер на уровне оконного менеджера
|
||||
windowrule = match:class ^(Focustimer)$, size 120 140
|
||||
|
||||
windowrule = match:title ^(Focus-Timer)$, float 1
|
||||
# 2. Жестко задаем ему начальный размер на уровне оконного менеджера
|
||||
windowrule = match:title ^(Focus-Timer)$, size 120 140
|
||||
# 3. Прикалываем окно, чтобы оно отображалось на всех воркспейсах
|
||||
windowrule = match:class ^(Focustimer)$, pin 1
|
||||
windowrule = match:title ^(Focus-Timer)$, pin 1
|
||||
|
||||
# Toplevel window
|
||||
|
||||
windowrule = match:title ^(Statistics)$, float 1
|
||||
windowrule = match:title ^(Statistics)$, size 180 200
|
||||
|
||||
Reference in New Issue
Block a user