This file is indexed.

/usr/share/icewm/preferences is in icewm-common 1.3.8+mod+20161220-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
# preferences(1.3.8+mod+20161220) - generated by genpref

# This file should be copied to /etc/icewm/ or $HOME/.icewm/ directory
# NOTE: All settings are commented out by default, be sure to
#       uncomment them if you change them!

#  Focus windows by clicking
# ClickToFocus=1 # 0/1

#  Focus windows when application requests to raise
# FocusOnAppRaise=0 # 0/1

#  Request focus (flashing in taskbar) when application requests raise
# RequestFocusOnAppRaise=1 # 0/1

#  Raise windows when focused
# RaiseOnFocus=1 # 0/1

#  Focus window when client area clicked
# FocusOnClickClient=1 # 0/1

#  Raise window when client area clicked
# RaiseOnClickClient=1 # 0/1

#  Raise window when title bar is clicked
# RaiseOnClickTitleBar=1 # 0/1

#  Raise window when frame button is clicked
# RaiseOnClickButton=1 # 0/1

#  Raise window when frame border is clicked
# RaiseOnClickFrame=1 # 0/1

#  Lower the active window when clicked again
# LowerOnClickWhenRaised=0 # 0/1

#  Pass focusing click on client area to client
# PassFirstClickToClient=1 # 0/1

#  Change to the workspace of newly focused windows
# FocusChangesWorkspace=0 # 0/1

#  Focus normal window when initially mapped
# FocusOnMap=1 # 0/1

#  Focus dialog window when initially mapped
# FocusOnMapTransient=0 # 0/1

#  Focus dialog window when initially mapped only if parent frame focused
# FocusOnMapTransientActive=1 # 0/1

#  Put new windows on top even if not focusing them
# MapInactiveOnTop=1 # 0/1

#  Colormap focus follows pointer
# PointerColormap=1 # 0/1

#  Don't rotate the cursor for popup menus
# DontRotateMenuPointer=1 # 0/1

#  Limit size of windows to screen
# LimitSize=1 # 0/1

#  Limit position of windows to screen
# LimitPosition=1 # 0/1

#  Let the Dock layer limit the workspace (incompatible with GNOME Panel)
# LimitByDockLayer=0 # 0/1

#  Consider border frames when maximizing horizontally
# ConsiderHBorder=0 # 0/1

#  Consider border frames when maximizing vertically
# ConsiderVBorder=0 # 0/1

#  Consider XSizeHints if frame is maximized
# ConsiderSizeHintsMaximized=1 # 0/1

#  Center maximized windows which can't fit the screen (like terminals)
# CenterMaximizedWindows=0 # 0/1

#  Hide window borders if window is maximized
# HideBordersMaximized=0 # 0/1

#  Maximized windows can be resized
# SizeMaximized=0 # 0/1

#  Show position status window during move/resize
# ShowMoveSizeStatus=1 # 0/1

#  Show name of current workspace while switching
# ShowWorkspaceStatus=1 # 0/1

#  Display mini-icons on desktop for minimized windows
# MinimizeToDesktop=0 # 0/1

#  Place the mini-icons horizontal instead of vertical
# MiniIconsPlaceHorizontal=0 # 0/1

#  Place new mini-icons from right to left
# MiniIconsRightToLeft=0 # 0/1

#  Place new mini-icons from bottom to top
# MiniIconsBottomToTop=0 # 0/1

#  Always maintain focus under mouse window (makes some keyboard support non-functional or unreliable
# StrongPointerFocus=0 # 0/1

#  Opaque window move
# OpaqueMove=1 # 0/1

#  Opaque window resize
# OpaqueResize=1 # 0/1

#  Windows initially placed manually by user
# ManualPlacement=0 # 0/1

#  Smart window placement (minimal overlap)
# SmartPlacement=1 # 0/1

#  Hide title bar when maximized
# HideTitleBarWhenMaximized=0 # 0/1

#  Center large windows
# CenterLarge=0 # 0/1

#  Center dialogs on owner window
# CenterTransientsOnOwner=1 # 0/1

#  Menus track mouse even with no mouse buttons held
# MenuMouseTracking=0 # 0/1

#  Auto raise windows after delay
# AutoRaise=0 # 0/1

#  Delay pointer focusing when mouse moves
# DelayPointerFocus=1 # 0/1

#  Support win95 keyboard keys (Penguin/Meta/Win_L,R shows menu)
# Win95Keys=1 # 0/1

#  Treat Super/Win modifier as Ctrl+Alt
# ModSuperIsCtrlAlt=1 # 0/1

#  Support mouse wheel
# UseMouseWheel=0 # 0/1

#  Show popup menus above mouse pointer
# ShowPopupsAbovePointer=0 # 0/1

#  Send the clicks outside menus to target window
# ReplayMenuCancelClick=0 # 0/1

#  Alt+Tab window switching
# QuickSwitch=1 # 0/1

#  Alt+Tab to minimized windows
# QuickSwitchToMinimized=1 # 0/1

#  Alt+Tab to hidden windows
# QuickSwitchToHidden=1 # 0/1

#  Priorize Alt+Tab to urgent windows
# QuickSwitchToUrgent=1 # 0/1

#  Alt+Tab to windows on other workspaces
# QuickSwitchToAllWorkspaces=0 # 0/1

#  Alt+Tab: group windows on current workspace
# QuickSwitchGroupWorkspaces=1 # 0/1

#  Show all reachable icons when quick switching
# QuickSwitchAllIcons=1 # 0/1

#  Show the window title above (all reachable) icons
# QuickSwitchTextFirst=0 # 0/1

#  Attempt to create a small QuickSwitch window (1/3 instead of 3/5 of screen width)
# QuickSwitchSmallWindow=0 # 0/1

#  Go trough all window titles and choose width of the longest one
# QuickSwitchMaxWidth=0 # 0/1

#  Place the icons and titles vertical instead of horizontal
# QuickSwitchVertical=1 # 0/1

#  Show the huge (48x48) of the window icon for the active window
# QuickSwitchHugeIcon=0 # 0/1

#  Fill the rectangle highlighting the current icon
# QuickSwitchFillSelection=0 # 0/1

#  Manage root window (EXPERIMENTAL - normally enabled!)
# GrabRootWindow=1 # 0/1

#  Snap to nearest screen edge/window when moving windows
# SnapMove=1 # 0/1

#  Workspace switches by moving mouse to left/right screen edge
# EdgeSwitch=0 # 0/1

#  Workspace switches by moving mouse to left/right screen edge
# HorizontalEdgeSwitch=0 # 0/1

#  Workspace switches by moving mouse to top/bottom screen edge
# VerticalEdgeSwitch=0 # 0/1

#  Workspace switches continuously when moving mouse to screen edge
# ContinuousEdgeSwitch=1 # 0/1

#  Reload menu files automatically
# AutoReloadMenus=1 # 0/1

#  Automatically arrange windows when screen size changes
# ArrangeWindowsOnScreenSizeChange=1 # 0/1

#  Show task bar
# ShowTaskBar=1 # 0/1

#  Task bar at top of the screen
# TaskBarAtTop=0 # 0/1

#  Keep the task bar below regular windows
# TaskBarKeepBelow=0 # 0/1

#  Auto hide task bar after delay
# TaskBarAutoHide=0 # 0/1

#  Auto show task bar when fullscreen window active
# TaskBarFullscreenAutoShow=1 # 0/1

#  Show clock on task bar
# TaskBarShowClock=1 # 0/1

#  Show APM/ACPI/Battery/Power status monitor on task bar
# TaskBarShowAPMStatus=0 # 0/1

#  Enable TaskBarShowAPMStatus if a battery is present
# TaskBarShowAPMAuto=1 # 0/1

#  Show APM status on task bar in time-format
# TaskBarShowAPMTime=1 # 0/1

#  Show APM status in graph mode
# TaskBarShowAPMGraph=1 # 0/1

#  Show mailbox status on task bar
# TaskBarShowMailboxStatus=1 # 0/1

#  Beep when new mail arrives
# TaskBarMailboxStatusBeepOnNewMail=0 # 0/1

#  Count messages in mailbox
# TaskBarMailboxStatusCountMessages=0 # 0/1

#  Show workspace switching buttons on task bar
# TaskBarShowWorkspaces=1 # 0/1

#  Show windows on the taskbar
# TaskBarShowWindows=1 # 0/1

#  Show 'show desktop' button on taskbar
# TaskBarShowShowDesktopButton=1 # 0/1

#  Show Ellipsis in taskbar items
# ShowEllipsis=1 # 0/1

#  Show windows in the tray
# TaskBarShowTray=1 # 0/1

#  Show windows from all workspaces on tray
# TrayShowAllWindows=1 # 0/1

#  Show transient (dialogs, ...) windows on task bar
# TaskBarShowTransientWindows=1 # 0/1

#  Show windows from all workspaces on task bar
# TaskBarShowAllWindows=0 # 0/1

#  Show icons of windows on the task bar
# TaskBarShowWindowIcons=1 # 0/1

#  Show 'Start' menu on task bar
# TaskBarShowStartMenu=1 # 0/1

#  Show 'window list' menu on task bar
# TaskBarShowWindowListMenu=1 # 0/1

#  Show CPU status on task bar (Linux & Solaris)
# TaskBarShowCPUStatus=1 # 0/1

#  Show RAM usage in CPU status tool tip
# CPUStatusShowRamUsage=1 # 0/1

#  Show swap usage in CPU status tool tip
# CPUStatusShowSwapUsage=1 # 0/1

#  Show ACPI temperature in CPU status tool tip
# CPUStatusShowAcpiTemp=1 # 0/1

#  Show ACPI temperature in CPU status bar
# CPUStatusShowAcpiTempInGraph=0 # 0/1

#  Show CPU frequency in CPU status tool tip
# CPUStatusShowCpuFreq=1 # 0/1

#  Show memory usage status on task bar (Linux only)
# TaskBarShowMEMStatus=1 # 0/1

#  Show network status on task bar (Linux only)
# TaskBarShowNetStatus=1 # 0/1

#  Show a button to collapse the taskbar
# TaskBarShowCollapseButton=0 # 0/1

#  Use double-height task bar
# TaskBarDoubleHeight=0 # 0/1

#  Place workspace pager on left, not right
# TaskBarWorkspacesLeft=1 # 0/1

#  Place workspace pager on top row when using dual-height taskbar
# TaskBarWorkspacesTop=0 # 0/1

#  Show a mini desktop preview on each workspace button
# PagerShowPreview=0 # 0/1

#  Draw window icons inside large enough preview windows on pager (if PagerShowPreview=1)
# PagerShowWindowIcons=1 # 0/1

#  Draw even minimized windows as unfilled rectangles (if PagerShowPreview=1)
# PagerShowMinimized=1 # 0/1

#  Draw border around workspace buttons (if PagerShowPreview=1)
# PagerShowBorders=1 # 0/1

#  Show number of workspace on workspace button (if PagerShowPreview=1)
# PagerShowNumbers=1 # 0/1

#  Execute taskbar applet commands (like MailCommand,     ClockCommand,   ...) on single click
# TaskBarLaunchOnSingleClick=1 # 0/1

#  Allow mouse actions on client windows (buggy with some programs)
# ClientWindowMouseActions=1 # 0/1

#  Show programs submenu
# ShowProgramsMenu=1 # 0/1

#  Show settings submenu
# ShowSettingsMenu=1 # 0/1

#  Show focus mode submenu
# ShowFocusModeMenu=1 # 0/1

#  Show themes submenu
# ShowThemesMenu=1 # 0/1

#  Show logout menu
# ShowLogoutMenu=1 # 0/1

#  Show the help menu item
# ShowHelp=1 # 0/1

#  Show logout submenu
# ShowLogoutSubMenu=1 # 0/1

#  Show the about menu item
# ShowAbout=1 # 0/1

#  Show the run menu item
# ShowRun=1 # 0/1

#  Show the window menu item
# ShowWindowList=1 # 0/1

#  Allow to switch a window to fullscreen
# AllowFullscreen=1 # 0/1

#  Span over all available screens if window goes into fullscreen
# FullscreenUseAllMonitors=0 # 0/1

#  Enable address bar functionality in taskbar
# EnableAddressBar=1 # 0/1

#  Show address bar in task bar
# ShowAddressBar=1 # 0/1

#  Overrides automatic multiple byte detection
# MultiByte=1 # 0/1

#  Confirm logout
# ConfirmLogout=1 # 0/1

#  Don't cut client windows by shapes set trough frame corner pixmap
# ShapesProtectClientWindow=1 # 0/1

#  Use double buffering when redrawing the display
# DoubleBuffer=1 # 0/1

#  Disable use of new XRANDR API for dual head (nvidia workaround)
# XRRDisable=0 # 0/1

#  Delay fuzziness, to allow merging of multiple timer timeouts into one (notebook power saving)
# DelayFuzziness=10 # [0-100]

#  Activate workaround for Java7 Swing/AWT focus issue
# ActivateJava7FocusHack=0 # 0/1

#  Pointer motion distance before click gets interpreted as drag
# ClickMotionDistance=4 # [0-32]

#  Delay before click gets interpreted as drag
# ClickMotionDelay=200 # [0-2000]

#  Multiple click time
# MultiClickTime=400 # [0-5000]

#  Delay before activating menu items
# MenuActivateDelay=40 # [0-5000]

#  Delay before activating menu submenus
# SubmenuMenuActivateDelay=300 # [0-5000]

#  Maximal width of popup menus,  2/3 of the screen's width if set to zero
# MenuMaximalWidth=0 # [0-16384]

#  Delay before tooltip window is displayed
# ToolTipDelay=1000 # [0-5000]

#  Time before tooltip window is hidden (0 means never
# ToolTipTime=0 # [0-60000]

#  Delay before task bar is hidden
# AutoHideDelay=300 # [0-5000]

#  Delay before task bar is shown
# AutoShowDelay=500 # [0-5000]

#  Delay before windows are auto raised
# AutoRaiseDelay=400 # [0-5000]

#  Resistance in pixels when trying to move windows off the screen (10000 = infinite)
# EdgeResistance=32 # [0-10000]

#  Delay for pointer focus switching
# PointerFocusDelay=200 # [0-1000]

#  Distance in pixels before windows snap together
# SnapDistance=8 # [0-64]

#  Screen edge workspace switching delay
# EdgeSwitchDelay=600 # [0-5000]

#  Inital scroll bar autoscroll delay
# ScrollBarStartDelay=500 # [0-5000]

#  Scroll bar autoscroll delay
# ScrollBarDelay=30 # [0-5000]

#  Auto scroll start delay
# AutoScrollStartDelay=500 # [0-5000]

#  Auto scroll delay
# AutoScrollDelay=60 # [0-5000]

#  Time before workspace status window is hidden
# WorkspaceStatusTime=2500 # [0-2500]

#  Bitmask of root window button click to use in window manager
# UseRootButtons=255 # [0-255]

#  Bitmask of buttons that raise the window when pressed
# ButtonRaiseMask=1 # [0-255]

#  Desktop mouse-button click to show the window list menu
# DesktopWinMenuButton=0 # [0-20]

#  Desktop mouse-button click to show the window list
# DesktopWinListButton=2 # [0-20]

#  Desktop mouse-button click to show the root menu
# DesktopMenuButton=3 # [0-20]

#  TitleBar mouse-button double click to maximize the window
# TitleBarMaximizeButton=1 # [0-5]

#  TitleBar mouse-button double click to rollup the window
# TitleBarRollupButton=2 # [0-5]

#  Preselect to Cancel (0) or the OK (1) button in message boxes
# MsgBoxDefaultAction=0 # [0-1]

#  Delay between new-mail checks. (seconds)
# MailCheckDelay=30 # [0-86400]

#  Delay between CPU Monitor samples in ms
# TaskBarCPUDelay=500 # [10-3600000]

#  Width of CPU Monitor
# TaskBarCPUSamples=20 # [2-1000]

#  Width of Memory Monitor
# TaskBarMEMSamples=20 # [2-1000]

#  Delay between Memory Monitor samples in ms
# TaskBarMEMDelay=500 # [10-3600000]

#  Width of Net Monitor
# TaskBarNetSamples=20 # [2-1000]

#  Delay between Net Monitor samples in ms
# TaskBarNetDelay=500 # [10-3600000]

#  default number of tasks in taskbar
# TaskbarButtonWidthDivisor=3 # [1-25]

#  Task bar width as percentage of the screen width
# TaskBarWidthPercentage=100 # [0-100]

#  Taskbar justify left, right or center
# TaskBarJustify="left"

#  Width of APM Monitor
# TaskBarApmGraphWidth=10 # [1-1000]

#  Primary screen for xinerama (taskbar, ...)
# XineramaPrimaryScreen=0 # [0-63]

#  Number of seconds the taskbar app will blink when requesting focus (0 = forever)
# FocusRequestFlashTime=0 # [0-86400]

#  Taskbar blink interval (ms) when requesting focus (0 = blinking disabled)
# FocusRequestFlashInterval=250 # [0-30000]

#  Minimal number of themes after which the Themes menu becomes nested (0=disabled)
# NestedThemeMenuMinNumber=15 # [0-1234]

#  Delay between power status updates (seconds)
# BatteryPollingPeriod=10 # [2-3600]

#  NET_WORKAREA behaviour: 0 (single/multimonitor with STRUT information, like metacity), 1 (always full desktop), 2 (singlemonitor with STRUT, multimonitor without STRUT)
# NetWorkAreaBehaviour=0 # [0-2]

#  Icon search path (colon separated)
# IconPath="/usr/share/icons/hicolor:/usr/share/icons:/usr/share/pixmaps"

#  Mailbox path (use $MAIL instead)
# MailBoxPath=""

#  Command to run on mailbox
# MailCommand="x-terminal-emulator -e mutt"

#  WM_CLASS to allow runonce for MailCommand
# MailClassHint="mutt.XTerm"

#  Command to run when new mail arrives
# NewMailCommand=""

#  Command to lock display/screensaver
# LockCommand="xscreensaver-command -lock"

#  Command to run on clock
# ClockCommand="xclock -name icewm -title Clock"

#  WM_CLASS to allow runonce for ClockCommand
# ClockClassHint="icewm.XClock"

#  Command to select and run a program
# RunCommand=""

#  
# OpenCommand=""

#  Terminal emulator must accept -e option.
# TerminalCommand="x-terminal-emulator"

#  Command to start logout
# LogoutCommand=""

#  Command to cancel logout
# LogoutCancelCommand=""

#  Command to shutdown the system
# ShutdownCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl poweroff; } || sudo -n /sbin/halt""

#  Command to reboot the system
# RebootCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl reboot; } || sudo -n /sbin/reboot""

#  Command to run on CPU status
# CPUStatusCommand="x-terminal-emulator -e top"

#  WM_CLASS to allow runonce for CPUStatusCommand
# CPUStatusClassHint="top.XTerm"

#  Command to run on Net status
# NetStatusCommand="x-terminal-emulator -e netstat -c"

#  WM_CLASS to allow runonce for NetStatusCommand
# NetStatusClassHint="netstat.XTerm"

#  Command to run for address bar entries
# AddressBarCommand=""

#  Network device to show status for
# NetworkStatusDevice="eth0 wlan0"

#  Clock Time format (strftime format string)
# TimeFormat="%X"

#  Alternate Clock Time format (e.g. for blinking effects)
# TimeFormatAlt=""

#  Clock Date format for tooltip (strftime format string)
# DateFormat="%c"

#  screen/output name of the primary screen
# XRRPrimaryScreenName=""

#  List of battery names (directories) in /proc/acpi/battery to ignore. Useful when more slots are built-in, but only one battery is used
# AcpiIgnoreBatteries=""

#  Mouse binding for window move
# MouseWinMove="Alt+Pointer_Button1"

#  Mouse binding for window resize
# MouseWinSize="Alt+Pointer_Button3"

#  Mouse binding to raise window
# MouseWinRaise="Ctrl+Alt+Pointer_Button1"

#  
# KeyWinRaise="Alt+F1"

#  
# KeyWinOccupyAll="Alt+F2"

#  
# KeyWinLower="Alt+F3"

#  
# KeyWinClose="Alt+F4"

#  
# KeyWinRestore="Alt+F5"

#  
# KeyWinPrev="Alt+Shift+F6"

#  
# KeyWinNext="Alt+F6"

#  
# KeyWinMove="Alt+F7"

#  
# KeyWinSize="Alt+F8"

#  
# KeyWinMinimize="Alt+F9"

#  
# KeyWinMaximize="Alt+F10"

#  
# KeyWinMaximizeVert="Alt+Shift+F10"

#  
# KeyWinMaximizeHoriz=""

#  
# KeyWinFullscreen="Alt+F11"

#  
# KeyWinHide="Alt+Shift+F12"

#  
# KeyWinRollup="Alt+F12"

#  
# KeyWinMenu="Alt+Space"

#  
# KeyWinArrangeN="Ctrl+Alt+KP_8"

#  
# KeyWinArrangeNE="Ctrl+Alt+KP_9"

#  
# KeyWinArrangeE="Ctrl+Alt+KP_6"

#  
# KeyWinArrangeSE="Ctrl+Alt+KP_3"

#  
# KeyWinArrangeS="Ctrl+Alt+KP_2"

#  
# KeyWinArrangeSW="Ctrl+Alt+KP_1"

#  
# KeyWinArrangeW="Ctrl+Alt+KP_4"

#  
# KeyWinArrangeNW="Ctrl+Alt+KP_7"

#  
# KeyWinArrangeC="Ctrl+Alt+KP_5"

#  
# KeySysSwitchNext="Alt+Tab"

#  
# KeySysSwitchLast="Alt+Shift+Tab"

#  
# KeySysWinNext="Alt+Esc"

#  
# KeySysWinPrev="Alt+Shift+Esc"

#  
# KeySysWinMenu="Shift+Esc"

#  
# KeySysDialog="Alt+Ctrl+Del"

#  
# KeySysMenu="Ctrl+Esc"

#  
# KeySysWindowList="Alt+Ctrl+Esc"

#  
# KeySysWinListMenu=""

#  
# KeySysAddressBar="Alt+Ctrl+Space"

#  
# KeySysWorkspacePrev="Alt+Ctrl+Left"

#  
# KeySysWorkspaceNext="Alt+Ctrl+Right"

#  
# KeySysWorkspaceLast="Alt+Ctrl+Down"

#  
# KeySysWorkspacePrevTakeWin="Alt+Ctrl+Shift+Left"

#  
# KeySysWorkspaceNextTakeWin="Alt+Ctrl+Shift+Right"

#  
# KeySysWorkspaceLastTakeWin="Alt+Ctrl+Shift+Down"

#  
# KeySysWorkspace1="Alt+Ctrl+1"

#  
# KeySysWorkspace2="Alt+Ctrl+2"

#  
# KeySysWorkspace3="Alt+Ctrl+3"

#  
# KeySysWorkspace4="Alt+Ctrl+4"

#  
# KeySysWorkspace5="Alt+Ctrl+5"

#  
# KeySysWorkspace6="Alt+Ctrl+6"

#  
# KeySysWorkspace7="Alt+Ctrl+7"

#  
# KeySysWorkspace8="Alt+Ctrl+8"

#  
# KeySysWorkspace9="Alt+Ctrl+9"

#  
# KeySysWorkspace10="Alt+Ctrl+0"

#  
# KeySysWorkspace11="Alt+Ctrl+bracketleft"

#  
# KeySysWorkspace12="Alt+Ctrl+bracketright"

#  
# KeySysWorkspace1TakeWin="Alt+Ctrl+Shift+1"

#  
# KeySysWorkspace2TakeWin="Alt+Ctrl+Shift+2"

#  
# KeySysWorkspace3TakeWin="Alt+Ctrl+Shift+3"

#  
# KeySysWorkspace4TakeWin="Alt+Ctrl+Shift+4"

#  
# KeySysWorkspace5TakeWin="Alt+Ctrl+Shift+5"

#  
# KeySysWorkspace6TakeWin="Alt+Ctrl+Shift+6"

#  
# KeySysWorkspace7TakeWin="Alt+Ctrl+Shift+7"

#  
# KeySysWorkspace8TakeWin="Alt+Ctrl+Shift+8"

#  
# KeySysWorkspace9TakeWin="Alt+Ctrl+Shift+9"

#  
# KeySysWorkspace10TakeWin="Alt+Ctrl+Shift+0"

#  
# KeySysWorkspace11TakeWin="Alt+Ctrl+Shift+bracketleft"

#  
# KeySysWorkspace12TakeWin="Alt+Ctrl+Shift+bracketright"

#  
# KeySysTileVertical="Alt+Shift+F2"

#  
# KeySysTileHorizontal="Alt+Shift+F3"

#  
# KeySysCascade="Alt+Shift+F4"

#  
# KeySysArrange="Alt+Shift+F5"

#  
# KeySysArrangeIcons="Alt+Shift+F8"

#  
# KeySysMinimizeAll="Alt+Shift+F9"

#  
# KeySysHideAll="Alt+Shift+F11"

#  
# KeySysUndoArrange="Alt+Shift+F7"

#  
# KeySysShowDesktop="Alt+Ctrl+d"

#  
# KeySysCollapseTaskBar="Alt+Ctrl+h"

#  

#  Items supported in menu window (rmsnxfhualytickw)
# WinMenuItems="rmsnxfhualyticw"

# -----------------------------------------------------------
# Themable preferences. Themes will override these.
# To override the themes, place them in ~/.icewm/prefoverride
# -----------------------------------------------------------

#  Does it support the 'O' title bar button images (for mouse rollover)
# RolloverButtonsSupported=0 # 0/1

#  Task bar clock/APM uses nice pixmapped LCD display (but then it doesn't display correctly in many languages anymore, e.g. for Japanese and Korean it works only when a real font is used and not the LEDs
# TaskBarClockLeds=0 # 0/1

#  Surround the tray with plastic border
# TrayDrawBevel=0 # 0/1

#  Draw window title centered (obsoleted by TitleBarJustify)
# TitleBarCentered=0 # 0/1

#  Join title*S and title*T
# TitleBarJoinLeft=0 # 0/1

#  Join title*T and title*B
# TitleBarJoinRight=0 # 0/1

#  Show application icon over menu button
# ShowMenuButtonIcon=1 # 0/1

#  Horizontal window border
# BorderSizeX=6 # [0-128]

#  Vertical window border
# BorderSizeY=6 # [0-128]

#  Horizontal dialog window border
# DlgBorderSizeX=2 # [0-128]

#  Vertical dialog window border
# DlgBorderSizeY=2 # [0-128]

#  Resize corner width
# CornerSizeX=24 # [0-64]

#  Resize corner height
# CornerSizeY=24 # [0-64]

#  Title bar height
# TitleBarHeight=20 # [0-128]

#  Justification of the window title
# TitleBarJustify=0 # [0-100]

#  Horizontal offset for the window title text
# TitleBarHorzOffset=0 # [-128-128]

#  Vertical offset for the window title text
# TitleBarVertOffset=0 # [-128-128]

#  Scrollbar width
# ScrollBarX=16 # [0-64]

#  Scrollbar (button) height
# ScrollBarY=16 # [0-64]

#  Menu icon size
# MenuIconSize=16 # [8-128]

#  Dimension of the small icons
# SmallIconSize=16 # [8-128]

#  Dimension of the large icons
# LargeIconSize=32 # [8-128]

#  Dimension of the large icons
# HugeIconSize=48 # [8-128]

#  Horizontal margin of the quickswitch window
# QuickSwitchHorzMargin=3 # [0-64]

#  Vertical margin of the quickswitch window
# QuickSwitchVertMargin=3 # [0-64]

#  Vertical margin in the quickswitch window
# QuickSwitchIconMargin=4 # [0-64]

#  Distance between the active icon and it's border
# QuickSwitchIconBorder=2 # [0-64]

#  Height of the separator between (all reachable) icons and text, 0 to avoid it
# QuickSwitchSeparatorSize=6 # [0-64]

#  Theme author, e-mail address, credits
# ThemeAuthor=""

#  Description of the theme, credits
# ThemeDescription=""

#  Titlebar buttons from left to right (x=close,  m=max,  i=min,  h=hide, r=rollup,       s=sysmenu,      d=depth)
# TitleButtonsLeft="s"

#  Titlebar buttons from right to left (x=close,  m=max,  i=min,  h=hide, r=rollup,       s=sysmenu,      d=depth)
# TitleButtonsRight="xmir"

#  Titlebar buttons supported by theme (x,m,i,r,h,s,d)
# TitleButtonsSupported="xmis"

#  
# TitleFontName="-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"

#  
# TitleFontNameXft="DejaVu Sans,sans-serif:size=11"

#  
# MenuFontName="-*-sans-bold-r-*-*-*-100-*-*-*-*-*-*"

#  
# MenuFontNameXft="DejaVu Sans,sans-serif,Bitstream Vera Serif:size=10:bold"

#  
# StatusFontName="-*-monospace-bold-r-*-*-*-110-*-*-*-*-*-*"

#  
# StatusFontNameXft="DejaVu Sans Mono,monospace:size=11:bold"

#  
# QuickSwitchFontName="-*-monospace-bold-r-*-*-*-110-*-*-*-*-*-*"

#  
# QuickSwitchFontNameXft="DejaVu Sans Mono,monospace:size=11"

#  
# NormalButtonFontName="-*-sans-medium-r-*-*-*-110-*-*-*-*-*-*"

#  
# NormalButtonFontNameXft="DejaVu Sans,sans-serif:size=11"

#  
# ActiveButtonFontName="-*-sans-bold-r-*-*-*-110-*-*-*-*-*-*"

#  
# ActiveButtonFontNameXft="DejaVu Sans,sans-serif:size=11:bold"

#  
# NormalTaskBarFontName="-*-sans-medium-r-*-*-*-110-*-*-*-*-*-*"

#  
# NormalTaskBarFontNameXft="DejaVu Sans,sans-serif:size=11"

#  
# ActiveTaskBarFontName="-*-sans-bold-r-*-*-*-110-*-*-*-*-*-*"

#  
# ActiveTaskBarFontNameXft="DejaVu Sans,sans-serif:size=10:bold"

#  fallback: NormalButtonFontName
# ToolButtonFontName="-*-sans-medium-r-*-*-*-110-*-*-*-*-*-*"

#  fallback: NormalButtonFontName
# ToolButtonFontNameXft="DejaVu Sans,sans-serif:size=11"

#  fallback: NormalButtonFontName
# NormalWorkspaceFontName="-*-sans-medium-r-*-*-*-110-*-*-*-*-*-*"

#  fallback: NormalButtonFontName
# NormalWorkspaceFontNameXft="DejaVu Sans,sans-serif:size=11"

#  fallback: ActiveButtonFontName
# ActiveWorkspaceFontName="-*-sans-medium-r-*-*-*-110-*-*-*-*-*-*"

#  fallback: ActiveButtonFontName
# ActiveWorkspaceFontNameXft="DejaVu Sans,sans-serif:size=11"

#  
# MinimizedWindowFontName="-*-sans-medium-r-*-*-*-110-*-*-*-*-*-*"

#  
# MinimizedWindowFontNameXft="DejaVu Sans,sans-serif:size=11"

#  
# ListBoxFontName="-*-sans-medium-r-*-*-*-110-*-*-*-*-*-*"

#  
# ListBoxFontNameXft="DejaVu Sans,sans-serif:size=11"

#  
# ToolTipFontName="-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"

#  
# ToolTipFontNameXft="DejaVu Sans,sans-serif:size=11"

#  
# ClockFontName="-*-monospace-medium-r-*-*-*-140-*-*-*-*-*-*"

#  
# ClockFontNameXft="DejaVu Sans Mono,monospace:size=11"

#  
# TempFontName="-*-monospace-medium-r-*-*-*-140-*-*-*-*-*-*"

#  
# TempFontNameXft="monospace:size=12"

#  
# ApmFontName="-*-monospace-medium-r-*-*-*-140-*-*-*-*-*-*"

#  
# ApmFontNameXft="DejaVu Sans Mono,monospace:size=11"

#  
# InputFontName="-*-monospace-medium-r-*-*-*-140-*-*-*-*-*-*"

#  
# InputFontNameXft="DejaVu Sans Mono,monospace:size=11"

#  
# LabelFontName="-*-sans-medium-r-*-*-*-140-*-*-*-*-*-*"

#  
# LabelFontNameXft="DejaVu Sans,sans-serif:size=11"

#  Background of dialog windows
# ColorDialog="rgb:C0/C0/C0"

#  Border of inactive windows
# ColorNormalBorder="rgb:C0/C0/C0"

#  Border of active windows
# ColorActiveBorder="rgb:C0/C0/C0"

#  Background of regular buttons
# ColorNormalButton="rgb:C0/C0/C0"

#  Textcolor of regular buttons
# ColorNormalButtonText="rgb:00/00/00"

#  Background of pressed buttons
# ColorActiveButton="rgb:E0/E0/E0"

#  Textcolor of pressed buttons
# ColorActiveButtonText="rgb:00/00/00"

#  Background of titlebar buttons
# ColorNormalTitleButton="rgb:C0/C0/C0"

#  Textcolor of titlebar buttons
# ColorNormalTitleButtonText="rgb:00/00/00"

#  Background of toolbar buttons, ColorNormalButton is used if empty
# ColorToolButton=""

#  Textcolor of toolbar buttons, ColorNormalButtonText is used if empty
# ColorToolButtonText=""

#  Background of workspace buttons, ColorNormalButton is used if empty
# ColorNormalWorkspaceButton=""

#  Textcolor of workspace buttons, ColorNormalButtonText is used if empty
# ColorNormalWorkspaceButtonText=""

#  Background of the active workspace button, ColorActiveButton is used if empty
# ColorActiveWorkspaceButton=""

#  Textcolor of the active workspace button, ColorActiveButtonText is used if empty
# ColorActiveWorkspaceButtonText=""

#  Background of the titlebar of regular windows
# ColorNormalTitleBar="rgb:80/80/80"

#  Textcolor of the titlebar of regular windows
# ColorNormalTitleBarText="rgb:00/00/00"

#  Textshadow of the titlebar of regular windows
# ColorNormalTitleBarShadow=""

#  Background of the titlebar of active windows
# ColorActiveTitleBar="rgb:00/00/A0"

#  Textcolor of the titlebar of active windows
# ColorActiveTitleBarText="rgb:FF/FF/FF"

#  Textshadow of the titlebar of active windows
# ColorActiveTitleBarShadow=""

#  Background for mini icons of regular windows
# ColorNormalMinimizedWindow="rgb:C0/C0/C0"

#  Textcolor for mini icons of regular windows
# ColorNormalMinimizedWindowText="rgb:00/00/00"

#  Background for mini icons of active windows
# ColorActiveMinimizedWindow="rgb:E0/E0/E0"

#  Textcolor for mini icons of active windows
# ColorActiveMinimizedWindowText="rgb:00/00/00"

#  Background of pop-up menus
# ColorNormalMenu="rgb:C0/C0/C0"

#  Textcolor of regular menu items
# ColorNormalMenuItemText="rgb:00/00/00"

#  Background of selected menu item, leave empty to force transparency
# ColorActiveMenuItem="rgb:A0/A0/A0"

#  Textcolor of selected menu items
# ColorActiveMenuItemText="rgb:00/00/00"

#  Textcolor of disabled menu items
# ColorDisabledMenuItemText="rgb:80/80/80"

#  Shadow of regular menu items
# ColorDisabledMenuItemShadow=""

#  Background of move/resize status window
# ColorMoveSizeStatus="rgb:C0/C0/C0"

#  Textcolor of move/resize status window
# ColorMoveSizeStatusText="rgb:00/00/00"

#  Background of the quick switch window
# ColorQuickSwitch="rgb:C0/C0/C0"

#  Textcolor in the quick switch window
# ColorQuickSwitchText="rgb:00/00/00"

#  Rectangle arround the active icon in the quick switch window
# ColorQuickSwitchActive=""

#  Background of the taskbar
# ColorDefaultTaskBar="rgb:C0/C0/C0"

#  Background for task buttons of regular windows
# ColorNormalTaskBarApp="rgb:C0/C0/C0"

#  Textcolor for task buttons of regular windows
# ColorNormalTaskBarAppText="rgb:00/00/00"

#  Background for task buttons of the active window
# ColorActiveTaskBarApp="rgb:E0/E0/E0"

#  Textcolor for task buttons of the active window
# ColorActiveTaskBarAppText="rgb:00/00/00"

#  Background for task buttons of minimized windows
# ColorMinimizedTaskBarApp="rgb:A0/A0/A0"

#  Textcolor for task buttons of minimized windows
# ColorMinimizedTaskBarAppText="rgb:00/00/00"

#  Background for task buttons of windows on other workspaces
# ColorInvisibleTaskBarApp="rgb:80/80/80"

#  Textcolor for task buttons of windows on other workspaces
# ColorInvisibleTaskBarAppText="rgb:00/00/00"

#  Scrollbar background (sliding area)
# ColorScrollBar="rgb:A0/A0/A0"

#  Background of the slider button in scrollbars
# ColorScrollBarSlider="rgb:C0/C0/C0"

#  Background of the arrow buttons in scrollbars
# ColorScrollBarButton="rgb:C0/C0/C0"

#  Background of the arrow buttons in scrollbars (obsolete)
# ColorScrollBarArrow="rgb:C0/C0/C0"

#  Color of active arrows on scrollbar buttons
# ColorScrollBarButtonArrow="rgb:00/00/00"

#  Color of inactive arrows on scrollbar buttons
# ColorScrollBarInactiveArrow="rgb:80/80/80"

#  Background of listboxes
# ColorListBox="rgb:C0/C0/C0"

#  Textcolor in listboxes
# ColorListBoxText="rgb:00/00/00"

#  Background of selected listbox items
# ColorListBoxSelection="rgb:80/80/80"

#  Textcolor of selected listbox items
# ColorListBoxSelectionText="rgb:00/00/00"

#  Background of tooltips
# ColorToolTip="rgb:E0/E0/00"

#  Textcolor of tooltips
# ColorToolTipText="rgb:00/00/00"

#  Background of labels, leave empty to force transparency
# ColorLabel="rgb:C0/C0/C0"

#  Textcolor of labels
# ColorLabelText="rgb:00/00/00"

#  Background of text entry fields (e.g. the addressbar)
# ColorInput="rgb:FF/FF/FF"

#  Textcolor of text entry fields (e.g. the addressbar)
# ColorInputText="rgb:00/00/00"

#  Background of selected text in an entry field
# ColorInputSelection="rgb:80/80/80"

#  Selected text in an entry field
# ColorInputSelectionText="rgb:00/00/00"

#  Background of non-LCD clock, leave empty to force transparency
# ColorClock="rgb:00/00/00"

#  Background of non-LCD monitor
# ColorClockText="rgb:00/FF/00"

#  Background of APM monitor, leave empty to force transparency
# ColorApm="rgb:00/00/00"

#  Textcolor of APM monitor
# ColorApmText="rgb:00/FF/00"

#  Color of APM monitor in battary mode
# ColorApmBattary="rgb:FF/FF/00"

#  Color of APM monitor in line mode
# ColorApmLine="rgb:00/FF/00"

#  Background color for graph mode
# ColorApmGraphBg="rgb:00/00/00"

#  User load on the CPU monitor
# ColorCPUStatusUser="rgb:00/FF/00"

#  System load on the CPU monitor
# ColorCPUStatusSystem="rgb:FF/00/00"

#  Interrupts on the CPU monitor
# ColorCPUStatusInterrupts="rgb:FF/FF/00"

#  IO Wait on the CPU monitor
# ColorCPUStatusIoWait="rgb:60/00/60"

#  Soft Interrupts on the CPU monitor
# ColorCPUStatusSoftIrq="rgb:00/FF/FF"

#  Nice load on the CPU monitor
# ColorCPUStatusNice="rgb:00/00/FF"

#  Idle (non) load on the CPU monitor, leave empty to force transparency
# ColorCPUStatusIdle="rgb:00/00/00"

#  Temperature of the CPU
# ColorCPUStatusTemp="rgb:60/60/C0"

#  User program usage in the memory monitor
# ColorMEMStatusUser="rgb:40/40/80"

#  OS buffers usage in the memory monitor
# ColorMEMStatusBuffers="rgb:60/60/C0"

#  OS cached usage in the memory monitor
# ColorMEMStatusCached="rgb:80/80/FF"

#  Free memory in the memory monitor
# ColorMEMStatusFree="rgb:00/00/00"

#  Outgoing load on the network monitor
# ColorNetSend="rgb:FF/FF/00"

#  Incoming load on the network monitor
# ColorNetReceive="rgb:FF/00/FF"

#  Idle (non) load on the network monitor, leave empty to force transparency
# ColorNetIdle="rgb:00/00/00"

#  List of gradient pixmaps in the current theme
# Gradients=""

#  

WorkspaceNames=" 1 ", " 2 ", " 3 ", " 4 "

#
# icewmbg preferences
#
# IMPORTANT: You MUST run icewmbg (probably before icewm)
#            to set the background!
#

#  Display desktop background centered and not tiled
# DesktopBackgroundCenter=0 # 0/1

#  Support for semitransparent terminals like Eterm or gnome-terminal
# SupportSemitransparency=1 # 0/1

#  Desktop background scaled to full screen
# DesktopBackgroundScaled=0 # 0/1

#  Desktop background color
# DesktopBackgroundColor="rgb:00/20/40"

#  Desktop background image
# DesktopBackgroundImage=""

#  Color to announce for semi-transparent windows
# DesktopTransparencyColor=""

#  Image to announce for semi-transparent windows
# DesktopTransparencyImage=""

#