Skip to content

Commit

Permalink
Rename .stalonetrayrc to stalonetrayrc
Browse files Browse the repository at this point in the history
It's bad practice to put a dot file in a system config directory and
there's no reason to make this a dot file.
  • Loading branch information
wfp5p authored and ThomasAdam committed Oct 4, 2022
1 parent 6ecbbad commit a9803e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions default-config/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
configdir = @FVWM_DATADIR@/default-config
inst_location = $(DESTDIR)@FVWM_DATADIR@
config_DATA = config \
.stalonetrayrc \
stalonetrayrc \
FvwmScript-DateTime \
FvwmScript-ConfirmQuit \
FvwmScript-ConfirmCopyConfig

EXTRA_DIST = images \
config \
.stalonetrayrc \
stalonetrayrc \
FvwmScript-DateTime \
FvwmScript-ConfirmQuit \
FvwmScript-ConfirmCopyConfig
Expand Down
2 changes: 1 addition & 1 deletion default-config/config
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ DestroyModuleConfig RightPanel:*
*RightPanel: (120x5, Frame 0)
Test (x stalonetray) *RightPanel: (120x20, Swallow(NoClose,UseOld) \
stalonetray 'Exec exec stalonetray --config \
"$[FVWM_DATADIR]/default-config/.stalonetrayrc"', Frame 0)
"$[FVWM_DATADIR]/default-config/stalonetrayrc"', Frame 0)
Test (x stalonetray) PipeRead 'echo "*RightPanel: (120x$(($[monitor.$[monitor.primary].height]-225)), \
Top, Swallow FvwmIconMan \'Module FvwmIconMan\', Frame 0)"'
Test (!x stalonetray) PipeRead 'echo "*RightPanel: (120x$(($[monitor.$[monitor.primary].height]-205)),\
Expand Down
File renamed without changes.

0 comments on commit a9803e5

Please sign in to comment.