summaryrefslogtreecommitdiffstats
path: root/.ideskrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.ideskrc42
1 files changed, 42 insertions, 0 deletions
diff --git a/.ideskrc b/.ideskrc
new file mode 100644
index 0000000..8261d1a
--- /dev/null
+++ b/.ideskrc
@@ -0,0 +1,42 @@
+table Config
+ FontName: Cantarell
+ FontSize: 11
+ FontColor: #ebdbb2
+ ToolTip.FontSize: 10
+ ToolTip.FontName: Cantarell
+ ToolTip.ForeColor: #000000
+ ToolTip.BackColor: #FFFFFF
+ ToolTip.CaptionOnHover: false
+ ToolTip.CaptionPlacement: Right
+ Locked: false
+ Transparency: 0
+ Shadow: false
+ ShadowColor: #9d0000
+ ShadowX: 1
+ ShadowY: 1
+ Bold: false
+ ClickDelay: 300
+ IconSnap: true
+ SnapWidth: 64
+ SnapHeight: 64
+ SnapOrigin: TopRight
+ SnapShadow: false
+ SnapShadowTrans: 200
+ CaptionOnHover: true
+ CaptionPlacement: bottom
+ FillStyle: None
+ Background.Delay: 0
+ Background.Mode: Stretch
+ Background.Color: #C2CCFF
+ CursorOver: left_ptr
+end
+
+table Actions
+ Lock: control right doubleClk
+ Reload: middle doubleClk
+ Drag: right hold
+ EndDrag: right singleClk
+ Execute[0]: left singleClk
+ Execute[1]: right doubleClk
+end
+