diff options
author | Joe <rrbo@proton.me> | 2023-01-12 18:18:41 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-12 18:18:41 +0100 |
commit | 719aefd381a5b40d9aa3a550944f6f685a453c23 (patch) | |
tree | 91f95e2ade7d4f7538ef0b933e5a87d3190bbffd /.ideskrc | |
parent | pu (diff) | |
download | dotfiles-bsd-719aefd381a5b40d9aa3a550944f6f685a453c23.tar.gz dotfiles-bsd-719aefd381a5b40d9aa3a550944f6f685a453c23.tar.bz2 dotfiles-bsd-719aefd381a5b40d9aa3a550944f6f685a453c23.tar.xz dotfiles-bsd-719aefd381a5b40d9aa3a550944f6f685a453c23.tar.zst dotfiles-bsd-719aefd381a5b40d9aa3a550944f6f685a453c23.zip |
up
Diffstat (limited to '.ideskrc')
-rw-r--r-- | .ideskrc | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -1,6 +1,6 @@ table Config FontName: Cantarell - FontSize: 10 + FontSize: 11 FontColor: #ebdbb2 ToolTip.FontSize: 10 ToolTip.FontName: Cantarell @@ -10,15 +10,15 @@ table Config ToolTip.CaptionPlacement: Right Locked: false Transparency: 75 - Shadow: false - ShadowColor: #FFFFFF + Shadow: true + ShadowColor: #9d0000 ShadowX: 1 ShadowY: 1 Bold: false ClickDelay: 300 IconSnap: true - SnapWidth: 48 - SnapHeight: 48 + SnapWidth: 64 + SnapHeight: 64 SnapOrigin: TopRight SnapShadow: false SnapShadowTrans: 200 @@ -26,8 +26,6 @@ table Config CaptionPlacement: bottom FillStyle: None Background.Delay: 0 - Background.Source: ~/pics - Background.File: ~/pics/wp.jpg Background.Mode: Stretch Background.Color: #C2CCFF CursorOver: left_ptr @@ -36,8 +34,9 @@ end table Actions Lock: control right doubleClk Reload: middle doubleClk - Drag: left hold - EndDrag: left singleClk + Drag: right hold + EndDrag: right singleClk Execute[0]: left singleClk Execute[1]: right doubleClk end + |