diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 01:10:04 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 01:10:04 +0300 |
commit | cf179ddcec0727000e32910cd40e11c4b806e131 (patch) | |
tree | f207932fd5c3c64cd365ac70fb862c59c3842810 /preferences | |
parent | bef478321c58d6d19bf5c5ee16d13be220582548 (diff) | |
download | icewm_preferences-cf179ddcec0727000e32910cd40e11c4b806e131.tar.gz icewm_preferences-cf179ddcec0727000e32910cd40e11c4b806e131.tar.zst |
Updated preferences file
Diffstat (limited to 'preferences')
-rw-r--r-- | preferences | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/preferences b/preferences index 5285705..e8d78f0 100644 --- a/preferences +++ b/preferences @@ -125,7 +125,7 @@ ConsiderVBorder=0 # 0/1 # ContinuousEdgeSwitch=1 # 0/1 # Clock Date format for tooltip (strftime format string) -DateFormat="%d/%m/%Y %H:%M" +DateFormat="%a %d/%m/%Y %H:%M" # Delay fuzziness in ms, to allow merging of multiple timer timeouts into one for notebook power saving. # DelayFuzziness=0 # [0-100] @@ -791,7 +791,7 @@ SnapDistance=0 # [0-64] # TaskBarApmGraphWidth=10 # [1-1000] # Task bar at top of the screen. -# TaskBarAtTop=0 # 0/1 +TaskBarAtTop=0 # 0/1 # Auto hide task bar after delay. # TaskBarAutoHide=0 # 0/1 @@ -1366,7 +1366,7 @@ QuickSwitchFontNameXft="FreeSans Bold:size=12:bold" # ScrollBarY=16 # [0-64] # Show application icon over menu button. -# ShowMenuButtonIcon=1 # 0/1 +ShowMenuButtonIcon=1 # 0/1 # Dimension of the small icons. # SmallIconSize=16 # [8-128] @@ -1432,7 +1432,7 @@ StatusFontNameXft="FreeSans Regular:monospace:size=12:bold" # TitleFontName="-misc-FreeSans-medium-r-normal--12-*-*-*-*-*-*-*" # Name of the title bar font. -TitleFontNameXft="FreeSans Bold:size=14" +TitleFontNameXft="FreeSans Bold:size=14:bold" # Name of the tool button font (fallback: NormalButtonFontName). # ToolButtonFontName="-misc-FreeSans-medium-r-normal--12-*-*-*-*-*-*-*" |