diff options
author | Joe <bousset.rudy@gmail.com> | 2023-01-31 21:13:10 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-01-31 21:13:10 +0100 |
commit | ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f (patch) | |
tree | 7341031ed0f84167350e95f48397761ef6544ad9 /.ideskrc | |
parent | fbsd merge (diff) | |
parent | up (diff) | |
download | dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.gz dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.bz2 dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.xz dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.zst dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.zip |
Merge branch 'master' of gitjoe.xyz:dotfiles-bsd
Diffstat (limited to '.ideskrc')
-rw-r--r-- | .ideskrc | 42 |
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 + |