add long-press gesture for touch-friendly preset popup
- replace instant drag-on-press with 500ms long-press timer - cancel long-press on early release or movement past 10px threshold - preserve double-click for mouse users (backward compatible) - resize edge detection still instant (no long-press) - cancel long-press on mouse_exit and grid rebuild - fix: ConfigFile reserved word 'default' removed from config
This commit is contained in:
parent
825598f1a9
commit
96c4d39946
4 changed files with 96 additions and 17 deletions
|
|
@ -9,9 +9,3 @@ show_disk=true
|
|||
|
||||
[performance]
|
||||
refresh_interval=1.0
|
||||
|
||||
[general]
|
||||
theme=default
|
||||
|
||||
[layout]
|
||||
current="default"
|
||||
|
|
|
|||
32
config/layouts/default.cfg
Normal file
32
config/layouts/default.cfg
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[layout]
|
||||
|
||||
name="default"
|
||||
saved_at="2026-05-21T08:50:03"
|
||||
|
||||
[tiles]
|
||||
|
||||
count=3
|
||||
|
||||
[tile_0]
|
||||
|
||||
id="system_monitor/cpu"
|
||||
col=0
|
||||
row=0
|
||||
w=1
|
||||
h=1
|
||||
|
||||
[tile_1]
|
||||
|
||||
id="system_monitor/testing"
|
||||
col=1
|
||||
row=0
|
||||
w=1
|
||||
h=1
|
||||
|
||||
[tile_2]
|
||||
|
||||
id="system_monitor/memory"
|
||||
col=2
|
||||
row=0
|
||||
w=1
|
||||
h=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue